diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-01 11:37:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-01 12:38:50 -0800 |
commit | 714ebfe826361d0a92b4ab9a56bc7863c8c3e3eb (patch) | |
tree | 573a8978254d14b854f67008a6a4a25d7bb42567 | |
parent | b79114c5d05a4f7c5ea387e90cd17243bb7ef7c5 (diff) | |
download | subsurface-714ebfe826361d0a92b4ab9a56bc7863c8c3e3eb.tar.gz |
mobile: update version to 3.1.3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 09e3a476e..104749737 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.1.2") +set(MOBILE_VERSION_STRING "3.1.3") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |