summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-07-13 20:41:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-07-13 20:41:42 -0700
commit18c80d1cf0632680d0dea5e242bdaa6c0ef09d78 (patch)
tree49146409571a909005781655a10c280fea58ea81 /cmake
parent4d1df920a9fc05eab91e31256c196755f18a2919 (diff)
downloadsubsurface-18c80d1cf0632680d0dea5e242bdaa6c0ef09d78.tar.gz
Update Subsurface-mobile version number
The mobile changes are far and few, but the next version will be the first to support arm64, so a new minor number seems appropriate. 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 338ef73de..8fcb7f168 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.2.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")