Skip to content

Commit daab462

Browse files
Update to Version 0.93.78
1 parent e68c2b9 commit daab462

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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/9/2024
4+
// LAST UPDATE: 11/3/2024
55

6-
#define VER_FILEVERSION 0,93,77,00
7-
#define VER_FILEVERSION_STR "0.93.77.00\0"
6+
#define VER_FILEVERSION 0,93,78,00
7+
#define VER_FILEVERSION_STR "0.93.78.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,77,00
12-
#define VER_PRODUCTVERSION_STR "0.93.77\0"
11+
#define VER_PRODUCTVERSION 0,93,78,00
12+
#define VER_PRODUCTVERSION_STR "0.93.78\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)