summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
commit9329b5eb363142b1b1cd691ed2e14cecc8189493 (patch)
treeef0c09d55eb553ac8962435db28a21e15ab2d490
parent15224f269c06d70990ae06ed28d75d4c798d47e4 (diff)
downloadkcmldapmanager-9329b5eb363142b1b1cd691ed2e14cecc8189493.tar.gz
kcmldapmanager-9329b5eb363142b1b1cd691ed2e14cecc8189493.zip
Update version number to the upcoming R14.0.13.
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 9acee06..93613ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kcmldapmanager )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules