diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:11 +0200 |
commit | 65824840874e0cc9ec6e3f4b9ef6e1e0b95ce411 (patch) | |
tree | f82a85ec277814ec80d872c18e89ecfe81ce9da4 | |
parent | f25d9d888f4e2fad84741a549e94ed651581d269 (diff) | |
download | kcmldap-65824840874e0cc9ec6e3f4b9ef6e1e0b95ce411.tar.gz kcmldap-65824840874e0cc9ec6e3f4b9ef6e1e0b95ce411.zip |
Update version number for R14.0.8 final release.r14.0.8
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 819ec01..0f21afc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kcmldap ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |