From fac160c6af458368ae5c19dd45b426a0984cebaf Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 30 Sep 2021 18:18:56 +0100 Subject: [PATCH 1/3] exiv2_v0.27.5RC3 --- CMakeLists.txt | 2 +- releasenotes/releasenotes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96f94eca01..65f08730e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.3.2 ) project(exiv2 # use TWEAK to categorize the build - VERSION 0.27.5.2 # 0.27.5.2 = RC2 + VERSION 0.27.5.3 # 0.27.5.2 = RC3 # 0.27.4 = GM (tagged and released) # 0.27.4.9 = 27.4.9 Development # 0.27.4.00 = GM Preview diff --git a/releasenotes/releasenotes.txt b/releasenotes/releasenotes.txt index 91912bfe85..3d3f973fea 100644 --- a/releasenotes/releasenotes.txt +++ b/releasenotes/releasenotes.txt @@ -24,7 +24,7 @@ Detailed Change List since 0.27.4 https://github.com/Exiv2/exiv2/issues/1018#issuecomment-895425552 Remaining ( 0) https://github.com/Exiv2/exiv2/milestone/9 -Completed (50) https://github.com/Exiv2/exiv2/milestone/9?closed=1 +Completed (74) https://github.com/Exiv2/exiv2/milestone/9?closed=1 Help Wanted ----------- @@ -42,7 +42,7 @@ What's next for Exiv2 Nothing is actually scheduled after v0.27.5 -1. Exiv2 v0.27.5 GM 2021-09-30 +1. Exiv2 v0.27.5 GM 2021-10-22 2. Probably another dot for v0.27. Spring 2022 maybe. 3. Exiv2 v1.00. Summer 2022 maybe. From 6d8efffc8deab76ebf002f314ce3f83755495a20 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 1 Oct 2021 09:06:05 +0100 Subject: [PATCH 2/3] Build Trigger. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65f08730e5..c20aef7733 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.3.2 ) project(exiv2 # use TWEAK to categorize the build - VERSION 0.27.5.3 # 0.27.5.2 = RC3 + VERSION 0.27.5.3 # 0.27.5.3 = RC3 # 0.27.4 = GM (tagged and released) # 0.27.4.9 = 27.4.9 Development # 0.27.4.00 = GM Preview From 3edca8cd22adeb110b8f0a3d7bb7765c1fbb1560 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 1 Oct 2021 09:35:45 +0100 Subject: [PATCH 3/3] Another build trigger. --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c20aef7733..6f45779d0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,12 +2,12 @@ cmake_minimum_required( VERSION 3.3.2 ) project(exiv2 # use TWEAK to categorize the build VERSION 0.27.5.3 # 0.27.5.3 = RC3 - # 0.27.4 = GM (tagged and released) - # 0.27.4.9 = 27.4.9 Development - # 0.27.4.00 = GM Preview - # 0.27.4.3 = RC3 (tagged and released) - # 0.27.4.30 = RC2 Preview - # 0.27.4.39 = RC2 Development + # 0.27.5 = GM (tagged and released) + # 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 LANGUAGES CXX ) include(cmake/mainSetup.cmake REQUIRED)