Skip to content

Commit 0080d7d

Browse files
Update to version 0.94.03.
1 parent f501068 commit 0080d7d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

version.h

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

4-
// LAST UPDATE: 8/14/2025
4+
// LAST UPDATE: 12/31/2025
55

6-
#define VER_FILEVERSION 0,94,02,00
7-
#define VER_FILEVERSION_STR "0.94.02.00\0"
6+
#define VER_FILEVERSION 0,94,03,00
7+
#define VER_FILEVERSION_STR "0.94.03.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,02,00
12-
#define VER_PRODUCTVERSION_STR "0.94.02\0"
11+
#define VER_PRODUCTVERSION 0,94,03,00
12+
#define VER_PRODUCTVERSION_STR "0.94.03\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"
1616

17-
#define VER_COPYRIGHT_YEAR_STR "2025" // Change it below as well v
17+
#define VER_COPYRIGHT_YEAR_STR "2026" // Change it below as well v
1818
#define VER_COMPANYNAME_STR "OpenPanzer.org"
1919
#define VER_FILEDESCRIPTION_STR "OP Config"
2020
#define VER_INTERNALNAME_STR "OP Config"

0 commit comments

Comments
 (0)