From f1740358a73f2f9a5715f918aab69e588f9c1c2c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 27 Jan 2022 09:23:25 -0800 Subject: [PATCH] mobile: update version to 3.4.3 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 b90c426e0..385044a5b 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.4.2") +set(MOBILE_VERSION_STRING "3.4.3") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows")