diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:23 +0200 |
commit | a7dd65a65d76865b01af8f218bd68b22b1a7c87b (patch) | |
tree | 1b0ce79edc0b0e59db3f966e76b5b879eb359bc9 | |
parent | 98c7c0ed93fd1efbf17acd5f34d1c6ad6d3e3e9c (diff) | |
download | kcmldap-a7dd65a65d76865b01af8f218bd68b22b1a7c87b.tar.gz kcmldap-a7dd65a65d76865b01af8f218bd68b22b1a7c87b.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fc76ddc..d073ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kcmldap ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |