summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:44 +0200
commite982b21f9c2f1488a94ae3dd73fc15266cfd04a9 (patch)
tree203223a88fb4773235e4c1e1957b79af24e2925e
parent991a4a8a7303b6125cc69b875941de5df75c19a2 (diff)
downloadkeep-e982b21f9c2f1488a94ae3dd73fc15266cfd04a9.tar.gz
keep-e982b21f9c2f1488a94ae3dd73fc15266cfd04a9.zip
Update version number to the upcoming R14.0.13.
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 44ff5e4..3fa6ce7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( keep )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules