File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
99
1010project(
1111 GZHHotkeysEditor
12- VERSION 0.0.3
12+ VERSION 0.4.0
1313 DESCRIPTION "A tool for editing hotkeys for C&C: Generals and C&C: Generals - Zero Hour"
1414 LANGUAGES CXX
1515)
Original file line number Diff line number Diff line change 11IDI_ICON1 ICON DISCARDABLE "EditorIcon.ico"
22
331 VERSIONINFO
4- FILEVERSION 0,3 ,0,0
5- PRODUCTVERSION 0,3 ,0,0
4+ FILEVERSION 0,4 ,0,0
5+ PRODUCTVERSION 0,4 ,0,0
66BEGIN
77 BLOCK "StringFileInfo"
88 BEGIN
99 BLOCK "040904E4"
1010 BEGIN
1111 VALUE "FileDescription", "Hotkeys Editor For C&C: Generals"
12- VALUE "ProductVersion", "0.3 .0.0"
13- VALUE "FileVersion", "0.3 .0.0"
12+ VALUE "ProductVersion", "0.4 .0.0"
13+ VALUE "FileVersion", "0.4 .0.0"
1414 VALUE "ProductName", "GenHotkeys"
1515 VALUE "InternalName", "GenHotkeys"
1616 VALUE "OriginalFilename", "LoadEditor.exe"
Original file line number Diff line number Diff line change 1- #define VERSION " Beta 0.3 "
1+ #define VERSION " Beta 0.4 "
22#define AUTHORS " mah_boi, nikitvs"
You can’t perform that action at this time.
0 commit comments