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 Sep 1, 2024
1 parent ff8c565 commit c72458b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
# The major, minor, and micro version numbers of the project.
set(XV_VERSION_MAJOR 6)
set(XV_VERSION_MINOR 0)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20240812")
set(XV_VERSION_PATCH 1)
set(XV_VERSION_DATE "20240901")

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

* xvjpeg.c,xvpng.c: Fix gcc warnings on -Wclobbered.
* xvjpeg.c: Fix a bad memory access on jpegs with inverted data.
* Fix xvtext.c overwrite exposed by the link-time optimization fix.

6.0.0 (2024-08-12)
==================

Expand Down

0 comments on commit c72458b

Please sign in to comment.