diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
commit | 9eb819ad435b819609257e120d58656b684a3dd7 (patch) | |
tree | db636bfa0c62920fa4f1cf9f7786c0f8a59d4b51 | |
parent | 6892909902fe5a4e78965210a0b92c5563ffc736 (diff) | |
download | kbiff-9eb819ad435b819609257e120d58656b684a3dd7.tar.gz kbiff-9eb819ad435b819609257e120d58656b684a3dd7.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 81d773f..8c07ae3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kbiff ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |