diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:26 +0200 |
commit | 76be80bb91bc15913de7646f0c9cecdec5c8393a (patch) | |
tree | 843ca7ceea78032b50d916b8f3cbe3531d9cc243 | |
parent | 1e58f53359d6542183fff52c258188c34214f882 (diff) | |
download | knights-76be80bb91bc15913de7646f0c9cecdec5c8393a.tar.gz knights-76be80bb91bc15913de7646f0c9cecdec5c8393a.zip |
Update version number for R14.0.8 final release.r14.0.8
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 7c11c85..8f84e6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( knights ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |