summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-10 22:19:21 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-10 22:19:21 -0800
commit26c2dea46ceea4923f1570f20e01dfd01c0a2d27 (patch)
tree4b357ae0488507a1e9f238fc5eeb6a1c0b4cecec /cmake
parent8224b87b7af2d669c02a376f47f6ac1aa76eef4b (diff)
downloadsubsurface-26c2dea46ceea4923f1570f20e01dfd01c0a2d27.tar.gz
Bump Subsurface-mobile version
Even though 1.0.0 was never released publicly, it was offered to beta testers, so it is good practice to bump the version number for the next binary that I'll push to them. Even if the build number would of course be different. 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 10d451127..a8b662ebc 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.0")
+set(MOBILE_VERSION_STRING "1.0.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")