Skip to content

Commit

Permalink
Bumped the version number and updated the NEWS document.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Mar 30, 2024
1 parent 6d084c5 commit 2fe7d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20)
# The major, minor, and micro version numbers of the project.
set(JAS_VERSION_MAJOR 4)
set(JAS_VERSION_MINOR 2)
set(JAS_VERSION_PATCH 2)
set(JAS_VERSION_PATCH 3)

# The shared library versioning information.
# Guidelines on how to change this information can be found below.
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.2.3 (2024-03-30)
==================

* Added a missing check in the JPC codec (#381).

4.2.2 (2024-03-11)
==================

Expand Down

0 comments on commit 2fe7d2d

Please sign in to comment.