Skip to content

Commit

Permalink
Exiv2 v0.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed Jan 18, 2023
1 parent c8fab3a commit d2ed6f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
12 changes: 12 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
-------------------------------------

Expand Down

0 comments on commit d2ed6f4

Please sign in to comment.