summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-30 12:23:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-30 12:23:31 -0700
commit3e838ee74d197d86fdee275f2ecf5b5ac6671d64 (patch)
tree21fe9480cd35d780430c40aeb45b9c5edbd6ca81 /cmake
parent62c57be1da37ca9a95e424896025b875e30e4697 (diff)
downloadsubsurface-3e838ee74d197d86fdee275f2ecf5b5ac6671d64.tar.gz
Mobile: update version
Required to be able to push test builds to TestFlight. 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 1ba0063fe..ec61e513e 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.4")
+set(MOBILE_VERSION_STRING "2.1.5")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")