From 856a0d36f5d3b0faf68b5fd46d027bb6093d31ff Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 15 Dec 2020 16:21:07 -0800 Subject: [PATCH] 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 --- cmake/Modules/version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")