diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:27 +0200 |
commit | ba7112d853d71ca6f15b5fc3618cac5b3feb0704 (patch) | |
tree | 3c12458362aec2016d94ce8e437540d8eeec45b8 /CMakeLists.txt | |
parent | 21ecb18c9ef0bc6ad9319176c987073112db6b1b (diff) | |
download | kvpnc-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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |