diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:01:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:01:00 -0700 |
commit | f9569cac7cf608e2a2df2fe0bb54e0a385d3c7ca (patch) | |
tree | b1ae8450993208406ba579cdfbd6a62ad6a31d73 /cmake | |
parent | b90dbd71f241411879bd89a5c8159c490830339f (diff) | |
download | subsurface-f9569cac7cf608e2a2df2fe0bb54e0a385d3c7ca.tar.gz |
mobile: update version to 3.2.0
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-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 104749737..07a7aa87c 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.3") +set(MOBILE_VERSION_STRING "3.2.0") configure_file(${SRC} ${DST} @ONLY) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |