summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-12 14:08:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-12 14:08:23 -0700
commitf690a98228f943ba1f63aad222bee7863340ba5f (patch)
treef626d6fd60048c20c923a46ee8b294ae9e2b70e5 /cmake
parentb2c7e3e99f209b78548ec43dfd677dde63f6a5c8 (diff)
downloadsubsurface-f690a98228f943ba1f63aad222bee7863340ba5f.tar.gz
Update Subsurface-mobile version
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 e3a6ec0aa..def477177 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 "1.2.1")
+set(MOBILE_VERSION_STRING "1.2.2")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")