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 May 27, 2023
1 parent 7e21eeb commit 84c9de9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 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 4)
set(XV_VERSION_MINOR 0)
set(XV_VERSION_PATCH 1)
set(XV_VERSION_DATE "20230429")
set(XV_VERSION_MINOR 1)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20230527")

# 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 @@
4.1.0 (2023-05-27)
==================

* Added support for webp format.

4.0.0 (2022-02-16)
==================

Expand Down

0 comments on commit 84c9de9

Please sign in to comment.