Skip to content

Commit 16e6d37

Browse files
Update to version 0.93.76
1 parent 2afec70 commit 16e6d37

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,18 +1,18 @@
11
#ifndef VERSION_H
22
#define VERSION_H
33

4-
// LAST UPDATE: 5/21/2023
4+
// LAST UPDATE: 6/4/2023
55

6-
#define VER_FILEVERSION 0,93,75,00
7-
#define VER_FILEVERSION_STR "0.93.75.00\0"
6+
#define VER_FILEVERSION 0,93,76,00
7+
#define VER_FILEVERSION_STR "0.93.76.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,93,75,00
12-
#define VER_PRODUCTVERSION_STR "0.93.75\0"
11+
#define VER_PRODUCTVERSION 0,93,76,00
12+
#define VER_PRODUCTVERSION_STR "0.93.76\0"
1313

1414
// THIS VERSION IS THE MINIMUM VERSION OF DEVICE FIRMWARE NEEDED FOR THIS VERSION OF OP CONFIG:
15-
#define VER_MINTCB_STR "0.93.75\0"
15+
#define VER_MINTCB_STR "0.93.76\0"
1616

1717
#define VER_COPYRIGHT_YEAR_STR "2023" // Change it below as well v
1818
#define VER_COMPANYNAME_STR "OpenPanzer.org"

0 commit comments

Comments
 (0)