summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-08 23:34:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-08 23:34:21 -0700
commit209852915217ee4954d8647da438bcb921481a62 (patch)
tree6db940c9586c42fa3203de7c51b892e521dc2275
parentddc7e754bcddc5f7297065b90233a5ccd31a2abe (diff)
downloadsubsurface-4.8.6.tar.gz
Update mobile version numberv4.8.6
There aren't really any mobile changes in here, but in order to create a new mobile version with the latest libdivecomputer, this is useful. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 338ef73de..8d4787647 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.6")
+set(MOBILE_VERSION_STRING "2.1.7")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")