summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-05-02 15:33:24 +0200
committerSlávek Banko <[email protected]>2021-05-02 15:33:24 +0200
commitbb31030bd2a816e1daf23f29486b6577f9922a76 (patch)
treea813e2bab7ea9469e562430dcfba78f7fd857b77
parent110a265ee37fff5e6ef003386076b36a051df35f (diff)
downloadkerberostray-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.txt2
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