summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-03 08:40:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-03 08:40:05 -0700
commit2a31203221ab1ff5592062c340e54f6b42695c85 (patch)
tree6590196980f4a29221606bb59138fb06478f2ce1 /cmake
parent77aa0240b14b1919f576ae8845b859b6d1d62406 (diff)
downloadsubsurface-2a31203221ab1ff5592062c340e54f6b42695c85.tar.gz
mobile: update version to 3.0.6
This is needed to be able to push new betas into the AppStores. I keep forgetting to do that after I do a mobile release. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-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 bef074e78..8ac66b8e7 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.5")
+set(MOBILE_VERSION_STRING "3.0.6")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")