From d2ed6f47594fc5535d538ef3cfcf53d410fe201a Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Mon, 16 Jan 2023 00:32:23 +0000 Subject: [PATCH] Exiv2 v0.27.6 --- CMakeLists.txt | 10 ++-------- doc/ChangeLog | 12 ++++++++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a9580f857..2b70eaff29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,14 +1,8 @@ # Minimum version imposed by Debian:9 cmake_minimum_required( VERSION 3.7.2 ) -project(exiv2 # use TWEAK to categorize the build - VERSION 0.27.5 # 0.27.5 = GM (tagged and released) - # 0.27.5.3 = RC3 - # 0.27.5.9 = 27.4.9 Development - # 0.27.5.00 = GM Preview - # 0.27.5.3 = RC3 (tagged and released) - # 0.27.5.30 = RC2 Preview - # 0.27.5.39 = RC2 Development +project(exiv2 + VERSION 0.27.6 LANGUAGES CXX ) diff --git a/doc/ChangeLog b/doc/ChangeLog index 008b2540f0..982a6d0b85 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +Changes from version 0.27.5 to 0.27.6 +------------------------------------- + +Closed: +https://github.com/Exiv2/exiv2/milestone/10?closed=1 + +Open: +https://github.com/Exiv2/exiv2/milestone/10?open=1 + +Release Notes: +https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1383302378 + Changes from version 0.27.4 to 0.27.5 -------------------------------------