diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:27 +0200 |
commit | 0747f1794b9c2ab364be9ab2a21facec2aa245ae (patch) | |
tree | cd7c477fdd98943c9d94943151a7db1f64062e99 | |
parent | c2fe2b0528f1000cf6f242433439ec62e230ef0c (diff) | |
download | kooldock-0747f1794b9c2ab364be9ab2a21facec2aa245ae.tar.gz kooldock-0747f1794b9c2ab364be9ab2a21facec2aa245ae.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 f3ba070..50f90f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kooldock ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |