Skip to content

Commit

Permalink
Updated the NEWS document and bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Jun 26, 2024
1 parent b571a0f commit be94fb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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 0)
set(XV_VERSION_MINOR 2)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20240206")
set(XV_VERSION_DATE "20240625")

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

* Made some improvements to WEBP support.

5.0.0 (2024-02-06)
==================

Expand Down

0 comments on commit be94fb3

Please sign in to comment.