summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:28 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:28 +0200
commitaee3e5e059e25071bce463eb544e3a21a7e88805 (patch)
treed15f135e744c4c7c266c700ba08b75de630a1c14 /CMakeLists.txt
parente6a166e96a867c695b8f025dfc02dbbae210b71b (diff)
downloadkerberostray-aee3e5e059e25071bce463eb544e3a21a7e88805.tar.gz
kerberostray-aee3e5e059e25071bce463eb544e3a21a7e88805.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2240a9a..f64d599 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kerberostray )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules