summaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-28 11:00:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-28 11:00:54 -0700
commitd482108f8c8d916a896091f8f3417d7e08278698 (patch)
tree3dc0fdd39978193892414ac4f25874946dd6d734 /cmake/Modules
parent98966fdd8a55314acf25fc3e936a2398b2ea7480 (diff)
downloadsubsurface-d482108f8c8d916a896091f8f3417d7e08278698.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>
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/version.cmake b/cmake/Modules/version.cmake
index 49ad9c607..fb1e1453f 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.0")
+set(MOBILE_VERSION_STRING "3.0.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")