diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:41 +0200 |
commit | 49ffa6ddc2f947b9e3c667b7a0e59535e763f001 (patch) | |
tree | 0ee4b08b2413bf4c6c4009c8830dc0008afe1220 | |
parent | 0bc2f8541d39c20e005211ec45c6f41ae9600553 (diff) | |
download | tdeio-ftps-49ffa6ddc2f947b9e3c667b7a0e59535e763f001.tar.gz tdeio-ftps-49ffa6ddc2f947b9e3c667b7a0e59535e763f001.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d61987..214d9b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_ftps ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |