summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-13 09:25:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-13 09:25:49 -0700
commit2a3a688d5647abd90950d2b5c280ca916ea76572 (patch)
treeea653248a84f1fa02562eff3e24bdf9e4cc26f35
parent103951bc78485beb615feafd1f3d8e7aac3120ea (diff)
downloadsubsurface-2a3a688d5647abd90950d2b5c280ca916ea76572.tar.gz
mobile: update version to 3.0.4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 09b308eae..f934019ba 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 "3.0.3")
+set(MOBILE_VERSION_STRING "3.0.4")
configure_file(${SRC} ${DST} @ONLY)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")