summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:31 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:31 +0900
commit5d29e22a572259672593582469cad220c811b011 (patch)
tree3ba389dc6a9918584d2bbd83e2c6599d7ee1eb49
parente7c649b63aed62df6a1293afe8f7fbc265d64ffc (diff)
downloadkerberostray-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.txt2
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