diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-29 13:14:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-30 09:16:55 -0700 |
commit | c233803d4f583f8982c5ecb3a3feb948afa5b97d (patch) | |
tree | 696e01efb303de404199b521c1b4a34cd7c29c28 | |
parent | 2e07e9345f7cdc2f0edd849b68f43bdce0e6b8b3 (diff) | |
download | subsurface-c233803d4f583f8982c5ecb3a3feb948afa5b97d.tar.gz |
Increment mobile version
That's needed to be able to push out new binaries to the stores.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 fb1e1453f..c020cbefc 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 "3.0.1") +set(MOBILE_VERSION_STRING "3.0.2") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |