From 2a31203221ab1ff5592062c340e54f6b42695c85 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 3 May 2020 08:40:05 -0700 Subject: [PATCH] mobile: update version to 3.0.6 This is needed to be able to push new betas into the AppStores. I keep forgetting to do that after I do a mobile release. 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 bef074e78..8ac66b8e7 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.5") +set(MOBILE_VERSION_STRING "3.0.6") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows")