diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:30 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:30 +0100 |
commit | 4e2fa86a13ef0b5bb2d50f849136cc6ee47f9928 (patch) | |
tree | e46e0f4910a8a5531ecbf7025583de4847712bdd | |
parent | 014df55980193daf0a7f0c41804b0e539cbd8d8b (diff) | |
download | knowit-4e2fa86a13ef0b5bb2d50f849136cc6ee47f9928.tar.gz knowit-4e2fa86a13ef0b5bb2d50f849136cc6ee47f9928.zip |
Update version number to R14.0.12.
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 810627f..98af76a 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |