summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-18 15:35:58 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-19 08:03:15 -0700
commitc1025fd37bddb797b9c54b67f076c46a4a1287af (patch)
treed7e0ebdf29d6f7041e2adc4b0bb8918cb9ae48fa /cmake
parent338829231e28a7c1f8c3aa9b8f9e460381427d9f (diff)
downloadsubsurface-c1025fd37bddb797b9c54b67f076c46a4a1287af.tar.gz
Update mobile version
Apple app store rules prevent even testing a binary with the same version as one that has been submitted for release. 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 7377d9c98..3ecec3926 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.2")
+set(MOBILE_VERSION_STRING "2.1.3")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")