Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Mar 13, 2024
1 parent 6d474cb commit 936ddec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
CC: ${{ matrix.env_cc }}
CXX: ${{ matrix.env_cxx }}
SCWX_VERSION: v0.4.1
SCWX_VERSION: v0.4.2
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ conan_basic_setup(TARGETS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")

set(SCWX_DIR ${PROJECT_SOURCE_DIR})
set(SCWX_VERSION "0.4.1")
set(SCWX_VERSION "0.4.2")

option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)

Expand Down
8 changes: 4 additions & 4 deletions scwx-qt/res/scwx-qt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
IDI_ICON1 ICON "icons\\scwx-256.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,1,0
PRODUCTVERSION 0,4,1,0
FILEVERSION 0,4,2,0
PRODUCTVERSION 0,4,2,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
Expand All @@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dan Paulat"
VALUE "FileDescription", "Supercell Wx"
VALUE "FileVersion", "0.4.1.0"
VALUE "FileVersion", "0.4.2.0"
VALUE "LegalCopyright", "Copyright (C) 2021-2024 Dan Paulat"
VALUE "InternalName", "scwx"
VALUE "OriginalFilename", "supercell-wx.exe"
VALUE "ProductName", "Supercell Wx"
VALUE "ProductVersion", "0.4.1.0"
VALUE "ProductVersion", "0.4.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 936ddec

Please sign in to comment.