File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Minimum version imposed by Debian:9
2
2
cmake_minimum_required ( VERSION 3.7.2 )
3
3
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
12
6
LANGUAGES CXX
13
7
)
14
8
Original file line number Diff line number Diff line change
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
+
1
13
Changes from version 0.27.4 to 0.27.5
2
14
-------------------------------------
3
15
You can’t perform that action at this time.
0 commit comments