Skip to content

Commit d2ed6f4

Browse files
committed
Exiv2 v0.27.6
1 parent c8fab3a commit d2ed6f4

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Minimum version imposed by Debian:9
22
cmake_minimum_required( VERSION 3.7.2 )
33

4-
project(exiv2 # use TWEAK to categorize the build
5-
VERSION 0.27.5 # 0.27.5 = GM (tagged and released)
6-
# 0.27.5.3 = RC3
7-
# 0.27.5.9 = 27.4.9 Development
8-
# 0.27.5.00 = GM Preview
9-
# 0.27.5.3 = RC3 (tagged and released)
10-
# 0.27.5.30 = RC2 Preview
11-
# 0.27.5.39 = RC2 Development
4+
project(exiv2
5+
VERSION 0.27.6
126
LANGUAGES CXX
137
)
148

doc/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Changes from version 0.27.5 to 0.27.6
2+
-------------------------------------
3+
4+
Closed:
5+
https://github.com/Exiv2/exiv2/milestone/10?closed=1
6+
7+
Open:
8+
https://github.com/Exiv2/exiv2/milestone/10?open=1
9+
10+
Release Notes:
11+
https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1383302378
12+
113
Changes from version 0.27.4 to 0.27.5
214
-------------------------------------
315

0 commit comments

Comments
 (0)