Skip to content

Commit 5a48ab8

Browse files
Update to version 0.93.77
1 parent d42e4b8 commit 5a48ab8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

version.h

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

4-
// LAST UPDATE: 6/4/2023
4+
// LAST UPDATE: 1/9/2024
55

6-
#define VER_FILEVERSION 0,93,76,00
7-
#define VER_FILEVERSION_STR "0.93.76.00\0"
6+
#define VER_FILEVERSION 0,93,77,00
7+
#define VER_FILEVERSION_STR "0.93.77.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,76,00
12-
#define VER_PRODUCTVERSION_STR "0.93.76\0"
11+
#define VER_PRODUCTVERSION 0,93,77,00
12+
#define VER_PRODUCTVERSION_STR "0.93.77\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 "2023" // Change it below as well v
17+
#define VER_COPYRIGHT_YEAR_STR "2024" // 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"
21-
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2023 OpenPanzer.org"
21+
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2024 OpenPanzer.org"
2222
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
2323
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
2424
#define VER_ORIGINALFILENAME_STR "OPConfig.exe"

0 commit comments

Comments
 (0)