mobile: bump version to 2.0.2

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-12-29 09:54:31 +01:00 committed by Dirk Hohndel
parent d0dcac2971
commit a8c1f405f4

View file

@ -10,7 +10,7 @@ execute_process(
OUTPUT_VARIABLE CANONICAL_VERSION_STRING
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set(MOBILE_VERSION_STRING "2.0.1")
set(MOBILE_VERSION_STRING "2.0.2")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")