summaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-11 13:26:51 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-11 13:26:51 -0800
commit343e8e3df6ab284433a70f0c9c39dbaedc0f0a86 (patch)
tree9e2c47808039c935a34e1ef44c7f832eab56ed5c /cmake/Modules
parentf1d73606e5addc0f4d5d9b5a26dfd4527ce14bdc (diff)
downloadsubsurface-343e8e3df6ab284433a70f0c9c39dbaedc0f0a86.tar.gz
Another bump to the Subsurface-mobile version number
Hopefully this is the one we can release. 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 a8b662ebc..d6ecc9d40 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.1")
+set(MOBILE_VERSION_STRING "1.0.2")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")