summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-28 16:57:53 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-28 17:05:49 -0500
commit1b0c3d8df51ff310cd62b36769d09c158b79a84b (patch)
treef6f3f278cd7f08229129dcf73213a4bdc941f546 /cmake
parentdd0d88f9d74975bf9ee84dcf2e18948d2680356d (diff)
downloadsubsurface-1b0c3d8df51ff310cd62b36769d09c158b79a84b.tar.gz
Update mobile version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/version.cmake2
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")