summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:11 +0200
commit65824840874e0cc9ec6e3f4b9ef6e1e0b95ce411 (patch)
treef82a85ec277814ec80d872c18e89ecfe81ce9da4
parentf25d9d888f4e2fad84741a549e94ed651581d269 (diff)
downloadkcmldap-r14.0.8.tar.gz
kcmldap-r14.0.8.zip
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
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