diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-28 16:57:53 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-28 17:05:49 -0500 |
commit | 1b0c3d8df51ff310cd62b36769d09c158b79a84b (patch) | |
tree | f6f3f278cd7f08229129dcf73213a4bdc941f546 /cmake | |
parent | dd0d88f9d74975bf9ee84dcf2e18948d2680356d (diff) | |
download | subsurface-1b0c3d8df51ff310cd62b36769d09c158b79a84b.tar.gz |
Update 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 f7d0a1471..a666e6975 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.0.3") +set(MOBILE_VERSION_STRING "1.0.4") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |