We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31590ad commit bf51a1aCopy full SHA for bf51a1a
CMakeLists.txt
@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
7
# The major, minor, and micro version numbers of the project.
8
set(XV_VERSION_MAJOR 6)
9
set(XV_VERSION_MINOR 0)
10
-set(XV_VERSION_PATCH 2)
11
-set(XV_VERSION_DATE "20241015")
+set(XV_VERSION_PATCH 3)
+set(XV_VERSION_DATE "20250303")
12
13
# Generate the project version.
14
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")
NEWS.txt
@@ -1,3 +1,8 @@
1
+6.0.3 (2025-03-03)
2
+==================
3
+
4
+* Udpated URLs for the xv website.
5
6
6.0.2 (2024-10-15)
==================
0 commit comments