diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 15:21:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 21:58:26 -0700 |
commit | 016b19ef0c1624c5777da52e8c606791c0878828 (patch) | |
tree | cfec90c81bfcaa2b04b2d07224a422c469d3d76f /cmake | |
parent | 252dfaf6d1e162eb4d528d5e48ae51e9b1f79536 (diff) | |
download | subsurface-016b19ef0c1624c5777da52e8c606791c0878828.tar.gz |
Subsurface-mobile version jump to 2.0
The beginning of download (plus the UI overhaul) definitely deserve
a major version bump.
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 def477177..d8fcc57ea 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 "1.2.2") +set(MOBILE_VERSION_STRING "2.0") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |