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 | 9259ff6cccff23172c3b488ae08072cb31152966 (patch) | |
tree | 29ce16f594093e6907df26ede598b4268791059c | |
parent | b1e6961262dd2abeb8acb57a2a90f84e726f477c (diff) | |
download | knights-9259ff6cccff23172c3b488ae08072cb31152966.tar.gz knights-9259ff6cccff23172c3b488ae08072cb31152966.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 64aebc8..c7fbe62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( knights ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |