summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-03 11:49:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-03 14:58:00 -0700
commit86b02343a1548f75c1dbb9f25fc729471d992c15 (patch)
treebc7a28c4c45e56f5a61daace41c04fec64300a31 /cmake
parent63297562e6f1b2435ba71a6570daa4de00ed1752 (diff)
downloadsubsurface-86b02343a1548f75c1dbb9f25fc729471d992c15.tar.gz
Bump Subsurface-mobile version
Otherwise the Apple app store doesn't let me upload new test binaries. 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 0a3acb7f1..ef8e1e139 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.1.0")
+set(MOBILE_VERSION_STRING "2.1.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")