diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:15 +0200 |
commit | 43463db09018332304922b5c86e1c6a2d743865c (patch) | |
tree | a560534cda98665ec757edc79d77c46d2bc3f5a8 | |
parent | 98fe35e734b5449da95f3bd927478747e462e518 (diff) | |
download | kerberostray-43463db09018332304922b5c86e1c6a2d743865c.tar.gz kerberostray-43463db09018332304922b5c86e1c6a2d743865c.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a3c281..029f11f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kerberostray ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |