summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-10 06:28:20 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-10 06:29:26 -0800
commit6be08007042bb54fdacaf8430a5f6b10b075fee7 (patch)
tree2b2f263a6a9dc495f60930d92847a92a911ba62f /cmake
parent4ceb65938a9d23fcbacf95d0d9bca81763d2a990 (diff)
downloadsubsurface-6be08007042bb54fdacaf8430a5f6b10b075fee7.tar.gz
Update Subsurface-mobile version to 1.0.0
And make sure the version displayed for Android includes both that version and the build version, which is our regular canonical 4 part version number - so this release will be something like "1.0.0 (4.5.2.1047)" 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 dcff01d74..10d451127 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 "0.93")
+set(MOBILE_VERSION_STRING "1.0.0")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")