diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-07-13 20:41:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-13 20:41:42 -0700 |
commit | 18c80d1cf0632680d0dea5e242bdaa6c0ef09d78 (patch) | |
tree | 49146409571a909005781655a10c280fea58ea81 /cmake | |
parent | 4d1df920a9fc05eab91e31256c196755f18a2919 (diff) | |
download | subsurface-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.cmake | 2 |
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") |