diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-15 16:21:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 856a0d36f5d3b0faf68b5fd46d027bb6093d31ff (patch) | |
tree | 566f8a186299697eac32c354d934ae9a22446625 /cmake | |
parent | eacf766ae8b9127f183a60af673e6d1022a5df5f (diff) | |
download | subsurface-856a0d36f5d3b0faf68b5fd46d027bb6093d31ff.tar.gz |
mobile: update version to 3.1.1
3.1.0 was never released, but this is a quick hack to work around a versioning
issue in the iOS app store. Not ideal, but at least it works.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/version.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/version.cmake b/cmake/Modules/version.cmake index f3d175dc6..3e7642d3e 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.1.0") +set(MOBILE_VERSION_STRING "3.1.1") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |