diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:24 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:24 +0200 |
commit | bb31030bd2a816e1daf23f29486b6577f9922a76 (patch) | |
tree | a813e2bab7ea9469e562430dcfba78f7fd857b77 | |
parent | 110a265ee37fff5e6ef003386076b36a051df35f (diff) | |
download | kerberostray-bb31030bd2a816e1daf23f29486b6577f9922a76.tar.gz kerberostray-bb31030bd2a816e1daf23f29486b6577f9922a76.zip |
Update version number to R14.0.11.
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 8528a08..548f063 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kerberostray ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |