summaryrefslogtreecommitdiffstats
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 23:05:28 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 23:05:28 -0500
commit094ff8c681ee05c86b329a2f1e3a14d1a31a9afc (patch)
treeb317de3512a8d919f5460453969f0576bed9ea72 /cmake/Modules
parent48362ae11a175ce64518e1203b893b0d401fec5a (diff)
downloadsubsurface-094ff8c681ee05c86b329a2f1e3a14d1a31a9afc.tar.gz
QML UI: all these changes certainly deserve a new version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules')
-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 a666e6975..d6867ee44 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.4")
+set(MOBILE_VERSION_STRING "1.0.5")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")