summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-24 12:00:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-24 12:00:45 -0700
commitcdcbeea57163d6182fc932a5adcae8396aafb71a (patch)
tree81a32aee7349ec36101951a3cd479579159c6b9f /cmake
parent3413fcd16469da1ebc1716ffe04c88341eb436d3 (diff)
downloadsubsurface-cdcbeea57163d6182fc932a5adcae8396aafb71a.tar.gz
Update Subsurface-mobile version to 1.2.1
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 e6b0b34bf..e3a6ec0aa 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 "1.2.0")
+set(MOBILE_VERSION_STRING "1.2.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")