diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:21 +0900 |
commit | 57ae711300d4b1f3479d64bbdeb29f6f8000120a (patch) | |
tree | d3bba1db7ce07bcbe4285a03fc695e173f15aa30 | |
parent | 2c3ea57bc9782497b128a0fe70b927e1511c72f8 (diff) | |
download | libkexiv2-57ae711300d4b1f3479d64bbdeb29f6f8000120a.tar.gz libkexiv2-57ae711300d4b1f3479d64bbdeb29f6f8000120a.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75a977b..71e1923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( libkexiv2 ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |