diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-18 15:05:58 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-18 15:06:04 +0900 |
commit | 2ae3760303c7a5666a7a23b5d41ad09d4963c85a (patch) | |
tree | ab90ffcabe110b73d3499374e4cd6a8a9909516c /cmake | |
parent | c953aadcf82ee050102e228bf08bcff76886caaa (diff) | |
download | subsurface-2ae3760303c7a5666a7a23b5d41ad09d4963c85a.tar.gz |
Switch mobile version to 2.1.0 in preparation for next release
Apple typically forces a much more detailed review if the version number
changes. Let's get this taken care of now as we prepare for release.
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 1a26566a0..0a3acb7f1 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.0.3") +set(MOBILE_VERSION_STRING "2.1.0") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |