summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-11 12:17:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-11 12:17:46 -0700
commit693aeadf3c4923358f6ce490dc1e3731dbfd690f (patch)
tree08cb70261022ab915ff2fea7dad49d6c53e1e6b7 /cmake
parentf059adb6397fc92dd201c66e418778e801d8172a (diff)
downloadsubsurface-693aeadf3c4923358f6ce490dc1e3731dbfd690f.tar.gz
mobile: update version to 3.0.10
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 9d9bf6e4f..30f36b5dd 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.9")
+set(MOBILE_VERSION_STRING "3.0.10")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")