diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:47 +0100 |
commit | e0c8941cf0c6a17e2b3f3b26b3ba5e11c5ffc537 (patch) | |
tree | aacd09b6c6866cad23d51fa38e00c97fbb085828 /CMakeLists.txt | |
parent | 7bec6ef15e1ca914fb3b8d510f8324fbc4a64fd4 (diff) | |
download | kcmldap-e0c8941cf0c6a17e2b3f3b26b3ba5e11c5ffc537.tar.gz kcmldap-e0c8941cf0c6a17e2b3f3b26b3ba5e11c5ffc537.zip |
Update version number for R14.0.7 final release.r14.0.7
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 07cbd08..819ec01 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.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |