Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Oct 24, 2023
1 parent 1ee605f commit a02c241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(Serious-Runner VERSION 1.1.1)
project(Serious-Runner VERSION 1.1.2)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package>
<DisplayName>Serious Runner</DisplayName>
<Description>Serious Runner program that loads and runs content created by users.</Description>
<Version>1.1.0-1</Version>
<Version>1.1.2-1</Version>
<ReleaseDate>2023-09-24</ReleaseDate>
<Licenses>
<License name="GNU GENERAL PUBLIC LICENSE Version 2" file="License.txt"/>
Expand Down
8 changes: 4 additions & 4 deletions seriousrunner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ IDI_APPICON ICON DISCARDABLE "Icons/seriousrunner.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
FILEVERSION 1,1,2,0
PRODUCTVERSION 1,1,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -28,12 +28,12 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "FileDescription", "Serious Runner program that loads and runs content created by users.\0"
VALUE "FileVersion", "1.1.1.0\0"
VALUE "FileVersion", "1.1.2.0\0"
VALUE "InternalName", "Serious-Runner\0"
VALUE "License", "GPLv2\0"
VALUE "OriginalFilename", "Serious-Runner.exe\0"
VALUE "ProductName", "Serious-Runner Application\0"
VALUE "ProductVersion", "1.1.1.0\0"
VALUE "ProductVersion", "1.1.2.0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit a02c241

Please sign in to comment.