diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:35 +0200 |
commit | eab72f8043089c247f1901b61df3a3e3ac258e05 (patch) | |
tree | ac630f6ba470bb499847804d6c19c1dcfdcafb67 | |
parent | b742c35f965c7decbb0bad373df440a01074581d (diff) | |
download | basket-eab72f8043089c247f1901b61df3a3e3ac258e05.tar.gz basket-eab72f8043089c247f1901b61df3a3e3ac258e05.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 524e199..1c425fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( basket ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |