summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-23 17:35:26 +1300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-23 17:35:26 +1300
commitcb31d67f610d09f07b172fcfaec977d0faa051b9 (patch)
tree5c17966b1d1bc0e5dd3ca4585b5049a7e7b5639d /cmake
parentec8eac185b5d42e5e250eac3678b67b36c89c46a (diff)
downloadsubsurface-cb31d67f610d09f07b172fcfaec977d0faa051b9.tar.gz
Update mobile version number
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 ec61e513e..338ef73de 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.1.5")
+set(MOBILE_VERSION_STRING "2.1.6")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")