From d482108f8c8d916a896091f8f3417d7e08278698 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 28 Mar 2020 11:00:54 -0700 Subject: [PATCH] Increment mobile version That's needed to be able to push out new binaries to the stores. 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 49ad9c607..fb1e1453f 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.0") +set(MOBILE_VERSION_STRING "3.0.1") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows")