mobile: update version to 3.1.1
3.1.0 was never released, but this is a quick hack to work around a versioning issue in the iOS app store. Not ideal, but at least it works. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eacf766ae8
commit
856a0d36f5
@ -10,7 +10,7 @@ execute_process(
|
||||
OUTPUT_VARIABLE CANONICAL_VERSION_STRING
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
set(MOBILE_VERSION_STRING "3.1.0")
|
||||
set(MOBILE_VERSION_STRING "3.1.1")
|
||||
|
||||
configure_file(${SRC} ${DST} @ONLY)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user