diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-23 17:54:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-23 17:59:27 -0700 |
commit | b45124d5541a5232a9dd0e06ee13ff3247d3aacf (patch) | |
tree | 620ac91905f5ead48e9337dffedfd1498bb81215 /cmake/Modules | |
parent | 30fb7bf35c9e8df2faf9d13a23872a8432cb9990 (diff) | |
download | subsurface-b45124d5541a5232a9dd0e06ee13ff3247d3aacf.tar.gz |
Update mobile version number
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules')
-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 3ecec3926..1ba0063fe 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 "2.1.3") +set(MOBILE_VERSION_STRING "2.1.4") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |