summaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-19 15:41:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-21 15:13:10 -0700
commit947b0915538aca5bb1e0735796be78f16cabf3b5 (patch)
treeb067f8d1d8b4ffaaee599a861b1bb88545f091a9 /cmake/Modules
parente68d287c91d4eb60d7db6ed3487ede22488fcc48 (diff)
downloadsubsurface-947b0915538aca5bb1e0735796be78f16cabf3b5.tar.gz
Mobile: update version to 2.2.1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules')
-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 8fcb7f168..374fdf5dc 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.2.0")
+set(MOBILE_VERSION_STRING "2.2.1")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")