summaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-04 09:50:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-04 09:53:24 -0700
commit3affaedb38da49ab6b2dc29d241d4549c5117c8f (patch)
tree898d19c6501837bd9a44f04a3ba7810891607837 /cmake/Modules
parent3f78283895bd13d63beb99fbc255bb38f4362d53 (diff)
downloadsubsurface-3affaedb38da49ab6b2dc29d241d4549c5117c8f.tar.gz
Update Subsurface-mobile version to 1.1.0
Just so that the iOS release has a sane starting point - and frankly, we've done a very poor job of maintaining this version number. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules')
-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 d6867ee44..19f6e6eff 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.0.5")
+set(MOBILE_VERSION_STRING "1.1.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")