summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 15:59:04 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 15:59:04 -0800
commitaffea807c8024b452515c7ef5f9e2d33c83c8efc (patch)
tree224c8e071ae281b9eda8f9b3cd96358e0d69283e /cmake
parent14b4c94ded4f82bc473b9e286e2dcb87d600b14a (diff)
downloadsubsurface-affea807c8024b452515c7ef5f9e2d33c83c8efc.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 3ff1b53c0..e6b0b34bf 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.1.1")
+set(MOBILE_VERSION_STRING "1.2.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")