aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-18 19:29:46 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-19 17:18:33 -0800
commit9909cbd2734d45d3fd2dca6c488c9e0a01146e4c (patch)
treed757444705cc9f1ece688846df682b8e5014b81f /cmake
parent648402506f337eb22c3edb50bfb4b7263b7083bc (diff)
downloadsubsurface-9909cbd2734d45d3fd2dca6c488c9e0a01146e4c.tar.gz
mobile: update version to 3.1.0
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 c50c90821..f3d175dc6 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.16")
+set(MOBILE_VERSION_STRING "3.1.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")