diff options
author | Michele Calgaro <[email protected]> | 2020-05-22 16:12:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-22 16:12:31 +0900 |
commit | 5d29e22a572259672593582469cad220c811b011 (patch) | |
tree | 3ba389dc6a9918584d2bbd83e2c6599d7ee1eb49 | |
parent | e7c649b63aed62df6a1293afe8f7fbc265d64ffc (diff) | |
download | kerberostray-5d29e22a572259672593582469cad220c811b011.tar.gz kerberostray-5d29e22a572259672593582469cad220c811b011.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 029f11f..5efd53a 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.8 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |