diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-10 22:19:21 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-10 22:19:21 -0800 |
commit | 26c2dea46ceea4923f1570f20e01dfd01c0a2d27 (patch) | |
tree | 4b357ae0488507a1e9f238fc5eeb6a1c0b4cecec /cmake/Modules | |
parent | 8224b87b7af2d669c02a376f47f6ac1aa76eef4b (diff) | |
download | subsurface-26c2dea46ceea4923f1570f20e01dfd01c0a2d27.tar.gz |
Bump Subsurface-mobile version
Even though 1.0.0 was never released publicly, it was offered to beta
testers, so it is good practice to bump the version number for the next
binary that I'll push to them. Even if the build number would of course be
different.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules')
-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 10d451127..a8b662ebc 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.0.0") +set(MOBILE_VERSION_STRING "1.0.1") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |