diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-11 13:26:51 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-11 13:26:51 -0800 |
commit | 343e8e3df6ab284433a70f0c9c39dbaedc0f0a86 (patch) | |
tree | 9e2c47808039c935a34e1ef44c7f832eab56ed5c /cmake/Modules | |
parent | f1d73606e5addc0f4d5d9b5a26dfd4527ce14bdc (diff) | |
download | subsurface-343e8e3df6ab284433a70f0c9c39dbaedc0f0a86.tar.gz |
Another bump to the Subsurface-mobile version number
Hopefully this is the one we can release.
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 a8b662ebc..d6ecc9d40 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.1") +set(MOBILE_VERSION_STRING "1.0.2") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |