summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:19:15 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:19:15 +0100
commit833f8f43ca330fdcc5b169318cdfda3249293c86 (patch)
treeb82270697e983153fa7f7d85dd78ec45ac09568f
parenteb6ebc2018271de2017d6b15edfe254fc805407b (diff)
downloadkerberostray-833f8f43ca330fdcc5b169318cdfda3249293c86.tar.gz
kerberostray-833f8f43ca330fdcc5b169318cdfda3249293c86.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b48cfde..d202098 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.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules