summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:27 +0200
commit4ff37ff7106dbc57c161bbc073c0c40d82fd1e1a (patch)
treea78060aa8d2813e49e7c4ad6649cbdc896092917
parent82079a7fb361f467a79a57514d94b3fb92f9428f (diff)
downloadkcmldap-4ff37ff7106dbc57c161bbc073c0c40d82fd1e1a.tar.gz
kcmldap-4ff37ff7106dbc57c161bbc073c0c40d82fd1e1a.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 561bdf4..1ce6701 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kcmldap )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules