We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68c2b9 commit daab462Copy full SHA for daab462
1 file changed
version.h
@@ -1,15 +1,15 @@
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
-// LAST UPDATE: 1/9/2024
+// LAST UPDATE: 11/3/2024
5
6
-#define VER_FILEVERSION 0,93,77,00
7
-#define VER_FILEVERSION_STR "0.93.77.00\0"
+#define VER_FILEVERSION 0,93,78,00
+#define VER_FILEVERSION_STR "0.93.78.00\0"
8
9
// THIS IS THE VERSION THAT WILL BE CHECKED AGAINST the appcast.xml version on the downloads page.
10
// 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"
+#define VER_PRODUCTVERSION 0,93,78,00
+#define VER_PRODUCTVERSION_STR "0.93.78\0"
13
14
// THIS VERSION IS THE MINIMUM VERSION OF DEVICE FIRMWARE NEEDED FOR THIS VERSION OF OP CONFIG:
15
#define VER_MINTCB_STR "0.93.76\0"
0 commit comments