summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-08-18 17:53:17 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-08-18 19:09:59 -0700
commitedce24314739290c06d717cbe73e3864f7ff1269 (patch)
tree031be24dd00da03a3a4d7869fef2f7d7f9ef43d1 /cmake
parent503d8bd1fc3cd410af5d5292abddbf7a9719ff20 (diff)
downloadsubsurface-edce24314739290c06d717cbe73e3864f7ff1269.tar.gz
mobile: update version to 3.3.0
New minor numbers are always arbitrary... 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 ce972f4b0..e8f05981a 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.2.2")
+set(MOBILE_VERSION_STRING "3.3.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")