diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:50 +0200 |
commit | 890e148d43ff28b15ec943860f7799e4122ddfb0 (patch) | |
tree | f7fc94e82741ae4f99bff1e3b99efcc5e253a7dd /CMakeLists.txt | |
parent | 0062928c8df3c08316a80689bc33a8384ec1bd71 (diff) | |
download | tdeio-ftps-890e148d43ff28b15ec943860f7799e4122ddfb0.tar.gz tdeio-ftps-890e148d43ff28b15ec943860f7799e4122ddfb0.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d625c2..168eed7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdeio-ftps ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |