diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:28 +0200 |
commit | 79c7377c92bbd6a6ff0533a443e7b2bb3b3b8d74 (patch) | |
tree | cf9f5d074b4d99ba1b8eed1123671e27b693673c | |
parent | 78eb4a3a40596b878c047cc2bcfa7a4bca33ef94 (diff) | |
download | kcmldapcontroller-79c7377c92bbd6a6ff0533a443e7b2bb3b3b8d74.tar.gz kcmldapcontroller-79c7377c92bbd6a6ff0533a443e7b2bb3b3b8d74.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5164199..d025fec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kcmldapcontroller ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |