summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-28 10:24:08 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-28 10:24:08 -0700
commit6835f03bae324d45fb5f6970beb26b781bfb8c24 (patch)
tree449cf0106b00810cc5422fb90d8d1dac232cc30e /cmake
parenta469dfa3489673ecb19f88348ffa6c0c23608243 (diff)
downloadsubsurface-6835f03bae324d45fb5f6970beb26b781bfb8c24.tar.gz
mobile: update version to 3.0.16
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 a14514ed7..c50c90821 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 "3.0.15")
+set(MOBILE_VERSION_STRING "3.0.16")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")