Skip to content

Commit

Permalink
Bumped the version number.
Browse files Browse the repository at this point in the history
Updated the NEWS document.
  • Loading branch information
mdadams committed Aug 12, 2024
1 parent 9b18a11 commit a1dc8ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.12)
################################################################################

# The major, minor, and micro version numbers of the project.
set(XV_VERSION_MAJOR 5)
set(XV_VERSION_MINOR 2)
set(XV_VERSION_PATCH 3)
set(XV_VERSION_DATE "20240801")
set(XV_VERSION_MAJOR 6)
set(XV_VERSION_MINOR 0)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20240812")

# Generate the project version.
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")
Expand Down
9 changes: 9 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.0.0 (2024-08-12)
==================

* Add basic HiDPI support.
* Improve the compatibility of the source code with more modern C standards
(e.g., C23).
* Fix the build with link-time optimization (#25).
* Fix many other bugs.

5.2.0 (2024-06-25)
==================

Expand Down

0 comments on commit a1dc8ae

Please sign in to comment.