aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-13 18:24:29 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-13 18:24:29 -0700
commitb02b76aea0b027e5679d89cde0b914f82682ce57 (patch)
tree047340b63d86a5b393cc4e5e7b047d6c14fca876 /cmake/Modules
parentdca6eaa089de31669b29b67f9db8e8f0234e34be (diff)
downloadsubsurface-b02b76aea0b027e5679d89cde0b914f82682ce57.tar.gz
Bump Subsurface-mobile version
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 d6ecc9d40..f7d0a1471 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.2")
+set(MOBILE_VERSION_STRING "1.0.3")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")