diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:25 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:25 +0100 |
commit | 75b772f4353e50ecb1c3b58056fc94a069873717 (patch) | |
tree | fb812255788fc14129335d7122fa967ec3ddbd70 | |
parent | 2c0bdf62356e6dbbd47a4fab092fc20a044feec0 (diff) | |
download | kerberostray-75b772f4353e50ecb1c3b58056fc94a069873717.tar.gz kerberostray-75b772f4353e50ecb1c3b58056fc94a069873717.zip |
Update version number to R14.0.12.
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 da279bc..e0763c7 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |