Update mobile version number

There aren't really any mobile changes in here, but in order to create a new
mobile version with the latest libdivecomputer, this is useful.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-04-08 23:34:18 -07:00
parent ddc7e754bc
commit 2098529152

View file

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