diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:25 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:25 +0100 |
commit | 4b5c1d08aece3df70cb9b0882f8f42eb2c2daeda (patch) | |
tree | 9acdba22e1dde5bc66856d12ee81df6907345bad /CMakeLists.txt | |
parent | b54a7ff0eb0d654207f5707d0793d0897e1c851f (diff) | |
download | kcmldapcontroller-4b5c1d08aece3df70cb9b0882f8f42eb2c2daeda.tar.gz kcmldapcontroller-4b5c1d08aece3df70cb9b0882f8f42eb2c2daeda.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dfbc6e5..164f824 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kcmldapcontroller ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |