diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:24 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:24 +0100 |
commit | 22ea22746328358b7c9440497aa16e8588f7dce0 (patch) | |
tree | 29e6d9bb1b2b79c1842d67c2912390edde7e652d | |
parent | 731dbe646fb6df3b3c8dcf0e084827fc1b1d7230 (diff) | |
download | kcmldap-22ea22746328358b7c9440497aa16e8588f7dce0.tar.gz kcmldap-22ea22746328358b7c9440497aa16e8588f7dce0.zip |
Update version number to R14.0.12.
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 9eb47a3..92af8c6 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |