From 5ad148a1a832b8ed81ca2f6995c24ab250e36f13 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 11 May 2023 23:05:15 -0500 Subject: [PATCH] Bump version to 0.1.2 --- CMakeLists.txt | 2 +- scwx-qt/res/scwx-qt.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a7c23b3..678da305 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,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.1.1") +set(SCWX_VERSION "0.1.2") add_subdirectory(external) add_subdirectory(wxdata) diff --git a/scwx-qt/res/scwx-qt.rc b/scwx-qt/res/scwx-qt.rc index 949a9a06..4c3df11c 100644 --- a/scwx-qt/res/scwx-qt.rc +++ b/scwx-qt/res/scwx-qt.rc @@ -22,7 +22,7 @@ BEGIN VALUE "InternalName", "scwx" VALUE "OriginalFilename", "supercell-wx.exe" VALUE "ProductName", "Supercell Wx" - VALUE "ProductVersion", "0.1.0.0" + VALUE "ProductVersion", "0.1.2.0" END END BLOCK "VarFileInfo"