diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-25 09:40:10 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-25 09:40:10 -0800 |
commit | fa57bb46f2e49fac5b8963fa21dd7a423b421859 (patch) | |
tree | 5e5b6fcf700ae43e7cf7c74f093e885e4c97f61c /cmake | |
parent | 357dea0bcb374d02b3a3219f4f78752b1703ea27 (diff) | |
download | subsurface-fa57bb46f2e49fac5b8963fa21dd7a423b421859.tar.gz |
Update Subsurface-mobile version number
Should have done that right after the 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 d8fcc57ea..45d5996cf 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") +set(MOBILE_VERSION_STRING "2.0.1") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |