Skip to content

Commit 7f64a92

Browse files
committed
Updated the NEWS document.
Bumped the version number.
1 parent c75ebc3 commit 7f64a92

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
77
# The major, minor, and micro version numbers of the project.
88
set(XV_VERSION_MAJOR 6)
99
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")
1212

1313
# Generate the project version.
1414
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")

NEWS.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
6.0.4 (2025-08-21)
2+
==================
3+
4+
* Fix crash when freeing JPEG comments (PR #37).
5+
16
6.0.3 (2025-03-03)
27
==================
38

4-
* Udpated URLs for the xv website.
9+
* Updated URLs for the xv website.
510

611
6.0.2 (2024-10-15)
712
==================

0 commit comments

Comments
 (0)