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 | bf8b658e4493a498b1bf7213834921ab6ef2fd02 (patch) | |
tree | 185338328fea62c9a6a335987da96e041bf00599 | |
parent | 5bc4923812ae8b25b5b99e43432a435afcd29329 (diff) | |
download | libkexiv2-bf8b658e4493a498b1bf7213834921ab6ef2fd02.tar.gz libkexiv2-bf8b658e4493a498b1bf7213834921ab6ef2fd02.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 6350cf1..6ceab1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libkexiv2 ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |