diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:58 +0100 |
commit | a074f968810d63b89152933b7dccd447202e6311 (patch) | |
tree | 1a6d0e926ce57591370f2c0c1ceb7a7a84b80405 | |
parent | 553f9a16790407d054c5dcd67edb5571207f06c5 (diff) | |
download | libtdeldap-a074f968810d63b89152933b7dccd447202e6311.tar.gz libtdeldap-a074f968810d63b89152933b7dccd447202e6311.zip |
Update version number for R14.0.7 final release.r14.0.7
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 5b724c0..47b0ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( libtdeldap ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |