From 68a752ec19364c4f62771cf171efc40ebe08bf4c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 5 Oct 2019 08:22:37 -0700 Subject: [PATCH] Mobile: update version number before next 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 03e579df2..cad4a0738 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 "2.2.2") +set(MOBILE_VERSION_STRING "2.2.3") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows")