diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:26 +0200 |
commit | 4083548e3d35c5c5aa71e80cabf984d0738211bd (patch) | |
tree | 19da57827ad9c88dd2fc814510f1891a387d051e | |
parent | a7799306c2c76f0c2ecb876b4f2f691c01cbac1c (diff) | |
download | knowit-4083548e3d35c5c5aa71e80cabf984d0738211bd.tar.gz knowit-4083548e3d35c5c5aa71e80cabf984d0738211bd.zip |
Update version number to R14.0.11.
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 c510ea6..89fa6b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( knowit ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |