File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
7
7
# The major, minor, and micro version numbers of the project.
8
8
set (XV_VERSION_MAJOR 6)
9
9
set (XV_VERSION_MINOR 0)
10
- set (XV_VERSION_PATCH 3 )
11
- set (XV_VERSION_DATE "20250303 " )
10
+ set (XV_VERSION_PATCH 4 )
11
+ set (XV_VERSION_DATE "20250821 " )
12
12
13
13
# Generate the project version.
14
14
set (XV_VERSION "${XV_VERSION_MAJOR} .${XV_VERSION_MINOR} .${XV_VERSION_PATCH} " )
Original file line number Diff line number Diff line change
1
+ 6.0.4 (2025-08-21)
2
+ ==================
3
+
4
+ * Fix crash when freeing JPEG comments (PR #37).
5
+
1
6
6.0.3 (2025-03-03)
2
7
==================
3
8
4
- * Udpated URLs for the xv website.
9
+ * Updated URLs for the xv website.
5
10
6
11
6.0.2 (2024-10-15)
7
12
==================
You can’t perform that action at this time.
0 commit comments