summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-25 09:40:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-25 09:40:10 -0800
commitfa57bb46f2e49fac5b8963fa21dd7a423b421859 (patch)
tree5e5b6fcf700ae43e7cf7c74f093e885e4c97f61c /cmake
parent357dea0bcb374d02b3a3219f4f78752b1703ea27 (diff)
downloadsubsurface-fa57bb46f2e49fac5b8963fa21dd7a423b421859.tar.gz
Update Subsurface-mobile version number
Should have done that right after the release. 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 d8fcc57ea..45d5996cf 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.0")
+set(MOBILE_VERSION_STRING "2.0.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")