summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/version.cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-15 17:20:52 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-16 07:58:20 -0700
commit91a97e09e52d4de16d30ac1d69186f9539b81292 (patch)
treea510ce0d08914a26cfcae445d15090048b29b186 /cmake/Modules/version.cmake
parent7719373f1a028939d135d2796e07512ff82d47e5 (diff)
downloadsubsurface-91a97e09e52d4de16d30ac1d69186f9539b81292.tar.gz
Update Subsurface-mobile version
I believe this deserves a major version number increment. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules/version.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 72da45d32..49ad9c607 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 "2.3.0")
+set(MOBILE_VERSION_STRING "3.0.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")