Skip to content

Commit a1dc8ae

Browse files
committed
Bumped the version number.
Updated the NEWS document.
1 parent 9b18a11 commit a1dc8ae

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.12)
55
################################################################################
66

77
# The major, minor, and micro version numbers of the project.
8-
set(XV_VERSION_MAJOR 5)
9-
set(XV_VERSION_MINOR 2)
10-
set(XV_VERSION_PATCH 3)
11-
set(XV_VERSION_DATE "20240801")
8+
set(XV_VERSION_MAJOR 6)
9+
set(XV_VERSION_MINOR 0)
10+
set(XV_VERSION_PATCH 0)
11+
set(XV_VERSION_DATE "20240812")
1212

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

NEWS.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6.0.0 (2024-08-12)
2+
==================
3+
4+
* Add basic HiDPI support.
5+
* Improve the compatibility of the source code with more modern C standards
6+
(e.g., C23).
7+
* Fix the build with link-time optimization (#25).
8+
* Fix many other bugs.
9+
110
5.2.0 (2024-06-25)
211
==================
312

0 commit comments

Comments
 (0)