diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:23 +0200 |
commit | 114aa7b83c84f04c072286041197ca696ba49b6b (patch) | |
tree | 8c05c4f63b4ec4f4c04954948815ca82b9fed3dd | |
parent | 189aa8a9d8f2bceccb4e5e33397b41d9e289a4e9 (diff) | |
download | libkdcraw-114aa7b83c84f04c072286041197ca696ba49b6b.tar.gz libkdcraw-114aa7b83c84f04c072286041197ca696ba49b6b.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 3041b54..020ab00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libkdcraw ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |