diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:39 +0200 |
commit | 28d340456f33f1d8a2fc2ab810f8e89fd709395a (patch) | |
tree | cf4e3d8a345b37e153074423d792168f1455c0fc | |
parent | 9724e3afbac1760c8672f4f518e13a0a8e386803 (diff) | |
download | kooldock-28d340456f33f1d8a2fc2ab810f8e89fd709395a.tar.gz kooldock-28d340456f33f1d8a2fc2ab810f8e89fd709395a.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31700d6..083b0f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kooldock ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |