Skip to content

Commit 587e3f6

Browse files
Bump version
1 parent 0272c68 commit 587e3f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CmakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
99

1010
project(
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
)

src/GUI/QtSources/EditorDescription.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
IDI_ICON1 ICON DISCARDABLE "EditorIcon.ico"
22

33
1 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
66
BEGIN
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"

src/Info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION "Beta 0.3"
1+
#define VERSION "Beta 0.4"
22
#define AUTHORS "mah_boi, nikitvs"

0 commit comments

Comments
 (0)