diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-17 12:59:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-17 12:59:46 -0700 |
commit | 1d8a77ef5cacff5dc1a22273757d55bdb873c91b (patch) | |
tree | 57c3bda5cb05c0ae29ea2d1686feab3bec7a3d10 /cmake | |
parent | b8253bb707ae361ba839ecd25c88f0e1b650732b (diff) | |
download | subsurface-1d8a77ef5cacff5dc1a22273757d55bdb873c91b.tar.gz |
Bump mobile version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/version.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/version.cmake b/cmake/Modules/version.cmake index 19f6e6eff..3ff1b53c0 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 "1.1.0") +set(MOBILE_VERSION_STRING "1.1.1") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |