diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-22 17:02:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-23 09:44:39 -0800 |
commit | 73aea74161293c1df5fcdbe377716d3c21878f1c (patch) | |
tree | cc7939ecd6c1ffc0ca3e0ce5425a8c04f43ccf32 /cmake | |
parent | 9621b884964b66830378aa7cfcb03dd1e69933b6 (diff) | |
download | subsurface-73aea74161293c1df5fcdbe377716d3c21878f1c.tar.gz |
mobile: update version to 3.1.2
The iOS store enforces that every binary needs a new number.
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 3e7642d3e..09e3a476e 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.1") +set(MOBILE_VERSION_STRING "3.1.2") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |