summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:28 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:28 +0900
commita155dd07a55a2c2c40f7f8178b89f79a9f1d9420 (patch)
tree4fe1fb2ead4ebb0b6690190c37842ab833c7c4fd
parenta1778b1cdf5349da07feba3e4c74d480af6e2886 (diff)
downloadkcmldapmanager-a155dd07a55a2c2c40f7f8178b89f79a9f1d9420.tar.gz
kcmldapmanager-a155dd07a55a2c2c40f7f8178b89f79a9f1d9420.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3dc632e..6da6fff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kcmldapmanager )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules