summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:27 +0200
commitba7112d853d71ca6f15b5fc3618cac5b3feb0704 (patch)
tree3c12458362aec2016d94ce8e437540d8eeec45b8
parent21ecb18c9ef0bc6ad9319176c987073112db6b1b (diff)
downloadkvpnc-ba7112d853d71ca6f15b5fc3618cac5b3feb0704.tar.gz
kvpnc-ba7112d853d71ca6f15b5fc3618cac5b3feb0704.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 f329087..6b68a20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kvpnc )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules