diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:24 +0200 |
commit | 11f1134d0b0517b2d8da6389452b4a5ab39e5fdf (patch) | |
tree | 9f9cba5947c1ea66a4225c9148eb757d1f1b6f5a | |
parent | aeb4b5292f62d0e3808ec37944c0573b1a20e0dd (diff) | |
download | kima-11f1134d0b0517b2d8da6389452b4a5ab39e5fdf.tar.gz kima-11f1134d0b0517b2d8da6389452b4a5ab39e5fdf.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 d1f01fa..8bc2ac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kima ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |