diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-01-30 08:47:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-30 19:51:50 +0200 |
commit | 636af4089722e005da5fbd45fdf704a1e474dff2 (patch) | |
tree | 7d75a2272ee4b3757a2fb91c1a974b7ff51b690a /cmake | |
parent | 15a4142839770dbb3fd2e1715f0b1306ab212a1f (diff) | |
download | subsurface-636af4089722e005da5fbd45fdf704a1e474dff2.tar.gz |
mobile: increment version number
In order to be able to roll out new betas, we need to first increment the
version number. Given the magnitude of the changes, incrementing the minor
version (not that we have ever been really consistent with how we do the
numbering in the first place).
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 cad4a0738..72da45d32 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.2.3") +set(MOBILE_VERSION_STRING "2.3.0") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |