Skip to content

Commit 858a734

Browse files
Update to Version 0.94.00. Project is now compiled with a newer version of Qt (Qt Creator 15.0.0 using Qt version 6.8.1, compiled for Windows using MinGW 13.1.0 64-bit compiler). Major advantage is the ability for the program to properly render on high resolultion screens, where previously it showed as a mess. Other changes include improved reliability in creating a serial connection with the TCB. Heartfelt thanks to @ChrisSwallowWL for his major contributions to this upgrade.
1 parent 19c97f2 commit 858a734

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

version.h

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

4-
// LAST UPDATE: 12/30/2024
4+
// LAST UPDATE: 1/5/2025
55

66
#define VER_FILEVERSION 0,94,00,00
77
#define VER_FILEVERSION_STR "0.94.00.00\0"
@@ -14,11 +14,11 @@
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 "2024" // Change it below as well v
17+
#define VER_COPYRIGHT_YEAR_STR "2025" // 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) 2024 OpenPanzer.org"
21+
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2025 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)