Skip to content

Commit bf51a1a

Browse files
committed
Updated the NEWS document.
Bumped the version number.
1 parent 31590ad commit bf51a1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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 2)
11-
set(XV_VERSION_DATE "20241015")
10+
set(XV_VERSION_PATCH 3)
11+
set(XV_VERSION_DATE "20250303")
1212

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

NEWS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.0.3 (2025-03-03)
2+
==================
3+
4+
* Udpated URLs for the xv website.
5+
16
6.0.2 (2024-10-15)
27
==================
38

0 commit comments

Comments
 (0)