From 9dafd416b49d2b9510b25675ce5f0ff08440fc9b Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 17 Oct 2017 02:46:39 -0400 Subject: [PATCH] iterate version tags and mark as calconly --- CMake/SMDefs.cmake | 4 ++-- src/GameState.h | 2 +- src/ProductInfo.inc | 2 +- stepmania.nsi | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMake/SMDefs.cmake b/CMake/SMDefs.cmake index b2cf6f5577..12ccbe5bf4 100644 --- a/CMake/SMDefs.cmake +++ b/CMake/SMDefs.cmake @@ -1,7 +1,7 @@ # Set up version numbers according to the new scheme. set(SM_VERSION_MAJOR 0) -set(SM_VERSION_MINOR 55) -set(SM_VERSION_PATCH 3) +set(SM_VERSION_MINOR 56) +set(SM_VERSION_PATCH 0) set(SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}") execute_process(COMMAND git rev-parse --short HEAD diff --git a/src/GameState.h b/src/GameState.h index 8da0f6f95a..639d5e7b41 100644 --- a/src/GameState.h +++ b/src/GameState.h @@ -213,7 +213,7 @@ class GameState bool m_bLoadingNextSong; int GetLoadingCourseSongIndex() const; - RString GetEtternaVersion() { return "0.55.3"; } + RString GetEtternaVersion() { return "0.56.0-CalcOnly"; } bool isplaylistcourse = false; bool IsPlaylistCourse() { return isplaylistcourse; } bool CountNotesSeparately(); diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 0433963c60..0d88a4f24c 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -6,7 +6,7 @@ !define PRODUCT_ID "Etterna" ; TODO: This needs to be updated with the git rev hash -!define PRODUCT_VER "v0.55.3" +!define PRODUCT_VER "v0.56.0-CalcOnly" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ett" diff --git a/stepmania.nsi b/stepmania.nsi index 5cbb5e42da..78351440b0 100644 --- a/stepmania.nsi +++ b/stepmania.nsi @@ -43,7 +43,7 @@ ; don't forget to change this before releasing a new version. ; wish this could be automated, but it requires "X.Y.Z.a" format. -aj - VIProductVersion "0.55.3.0" + VIProductVersion "0.56.0.0" VIAddVersionKey "ProductName" "${PRODUCT_ID}" VIAddVersionKey "FileVersion" "${PRODUCT_VER}" VIAddVersionKey "FileDescription" "${PRODUCT_ID} Installer"