summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-18 22:17:47 +0100
committerSlávek Banko <[email protected]>2019-12-18 22:17:47 +0100
commite0c8941cf0c6a17e2b3f3b26b3ba5e11c5ffc537 (patch)
treeaacd09b6c6866cad23d51fa38e00c97fbb085828 /CMakeLists.txt
parent7bec6ef15e1ca914fb3b8d510f8324fbc4a64fd4 (diff)
downloadkcmldap-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.txt2
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