Another bump to the Subsurface-mobile version number

Hopefully this is the one we can release.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-11 13:26:51 -08:00
parent f1d73606e5
commit 343e8e3df6

View file

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