diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:39 +0100 |
commit | 4f5d6a603e3cef759dcbe1d296455edeaa08ab14 (patch) | |
tree | a4cbf38d003bedcddceeca5856db58d625a8744b | |
parent | 43b7ffebe88dd989ec1341206271dcca69d9fca7 (diff) | |
download | tdeio-ftps-4f5d6a603e3cef759dcbe1d296455edeaa08ab14.tar.gz tdeio-ftps-4f5d6a603e3cef759dcbe1d296455edeaa08ab14.zip |
Update version number to R14.0.12.
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 2b855b3..8281e58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tdeio_ftps ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |