diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:11 +0100 |
commit | 9fdabcb3656c3ce215e3693580ec813e2316baca (patch) | |
tree | aca748d18ab08a273f9eba6139ebd424061758b5 | |
parent | 0f53b4e1570705edfcbd6afd501b125f30b781f6 (diff) | |
download | libkexiv2-9fdabcb3656c3ce215e3693580ec813e2316baca.tar.gz libkexiv2-9fdabcb3656c3ce215e3693580ec813e2316baca.zip |
Update version number to R14.0.12.
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 d8831f4..a9c263a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( libkexiv2 ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |