Skip to content

Commit dd3faf8

Browse files
Update to Version 0.94.01
1 parent 0157e13 commit dd3faf8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

OpenPanzerConfig.pro.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 15.0.0, 2025-01-05T17:59:22. -->
3+
<!-- Written by QtCreator 15.0.0, 2025-03-26T16:25:17. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>

version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#ifndef VERSION_H
22
#define VERSION_H
33

4-
// LAST UPDATE: 1/5/2025
4+
// LAST UPDATE: 4/14/2025
55

6-
#define VER_FILEVERSION 0,94,00,00
7-
#define VER_FILEVERSION_STR "0.94.00.00\0"
6+
#define VER_FILEVERSION 0,94,01,00
7+
#define VER_FILEVERSION_STR "0.94.01.00\0"
88

99
// THIS IS THE VERSION THAT WILL BE CHECKED AGAINST the appcast.xml version on the downloads page.
1010
// YOU MUST ALSO RUN QMAKE for this to update.
11-
#define VER_PRODUCTVERSION 0,94,00,00
12-
#define VER_PRODUCTVERSION_STR "0.94.00\0"
11+
#define VER_PRODUCTVERSION 0,94,01,00
12+
#define VER_PRODUCTVERSION_STR "0.94.01\0"
1313

1414
// THIS VERSION IS THE MINIMUM VERSION OF DEVICE FIRMWARE NEEDED FOR THIS VERSION OF OP CONFIG:
1515
#define VER_MINTCB_STR "0.93.76\0"

0 commit comments

Comments
 (0)