commit d045f9e2
Updated version number for next snapshot
Changed files
| M | CMakeLists.txt before |
| M | source/code/version.h before |
| M | source/misc/docker/Dockerfile.WindoesBuild before |
| M | windows installer/install_script.nsi before |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe19089..408d7d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,9 +3,9 @@ project (blockattack)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${blockattack_SOURCE_DIR}/source/misc/cmake")
set(BIN_DIR ${blockattack_SOURCE_DIR}/Game)
-SET(CPACK_PACKAGE_VERSION "2.1.0-SNAPSHOT")
+SET(CPACK_PACKAGE_VERSION "2.2.0-SNAPSHOT")
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
-SET(CPACK_PACKAGE_VERSION_MINOR "1")
+SET(CPACK_PACKAGE_VERSION_MINOR "2")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Block Attack - Rise of the Blocks ${CPACK_PACKAGE_VERSION}")
SET(CPACK_PACKAGE_VENDOR "Poul Sander")
diff --git a/source/code/version.h b/source/code/version.h
index e51d93d..4af3c64 100644
--- a/source/code/version.h
+++ b/source/code/version.h
@@ -22,5 +22,5 @@ http://www.blockattack.net
*/
#ifndef VERSION_NUMBER
-#define VERSION_NUMBER "2.1.0-SNAPSHOT"
-#endif
\ No newline at end of file
+#define VERSION_NUMBER "2.2.0-SNAPSHOT"
+#endif
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild
index 6a6ba38..0ff7982 100644
--- a/source/misc/docker/Dockerfile.WindoesBuild
+++ b/source/misc/docker/Dockerfile.WindoesBuild
@@ -8,7 +8,7 @@ RUN mkdir -p /output
COPY . /staging/blockattack-game
-ENV BLOCKATTACK_VERSION 2.1.0-SNAPSHOT
+ENV BLOCKATTACK_VERSION 2.2.0-SNAPSHOT
RUN cd /staging/blockattack-game && \
./packdata.sh && \
diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi
index 7a94a1a..8822b1f 100644
--- a/windows installer/install_script.nsi
+++ b/windows installer/install_script.nsi
@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Block Attack - Rise Of the Blocks"
-!define PRODUCT_VERSION "2.0.0-SNAPSHOT"
+!define PRODUCT_VERSION "2.2.0-SNAPSHOT"
!define PRODUCT_PUBLISHER "Poul Sander"
!define PRODUCT_WEB_SITE "http://www.blockattack.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"