summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-12 14:29:52 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-12 14:29:55 -0700
commit76c4fb39751283ecd734407709251f7bf16f7189 (patch)
tree07b1a323b8706b5d3bed3d497e331d5954e63cf9 /cmake
parent31f1af07c23ef5c47dff1b88b5e70e75b95ce2ad (diff)
downloadsubsurface-76c4fb39751283ecd734407709251f7bf16f7189.tar.gz
Update mobile version number
In order to release new test binaries for iOS we need to rev the version number, Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/version.cmake b/cmake/Modules/version.cmake
index ef8e1e139..7377d9c98 100644
--- a/cmake/Modules/version.cmake
+++ b/cmake/Modules/version.cmake
@@ -10,7 +10,7 @@ execute_process(
OUTPUT_VARIABLE CANONICAL_VERSION_STRING
OUTPUT_STRIP_TRAILING_WHITESPACE
)
-set(MOBILE_VERSION_STRING "2.1.1")
+set(MOBILE_VERSION_STRING "2.1.2")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")