summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:18:51 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:18:51 +0100
commitcc6e8c63d9a4fc250b91e3d11b818b3c27c6700d (patch)
tree22c3534ba95eb33ff65bc46f6642dce0278f309f
parenteac427d85edc1726ff710cb955cbc4d25c273b52 (diff)
downloadkcmldap-cc6e8c63d9a4fc250b91e3d11b818b3c27c6700d.tar.gz
kcmldap-cc6e8c63d9a4fc250b91e3d11b818b3c27c6700d.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c4865c..676e832 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.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules