Skip to content

Commit 2fe7d2d

Browse files
committed
Bumped the version number and updated the NEWS document.
1 parent 6d084c5 commit 2fe7d2d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20)
1212
# The major, minor, and micro version numbers of the project.
1313
set(JAS_VERSION_MAJOR 4)
1414
set(JAS_VERSION_MINOR 2)
15-
set(JAS_VERSION_PATCH 2)
15+
set(JAS_VERSION_PATCH 3)
1616

1717
# The shared library versioning information.
1818
# Guidelines on how to change this information can be found below.

NEWS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.2.3 (2024-03-30)
2+
==================
3+
4+
* Added a missing check in the JPC codec (#381).
5+
16
4.2.2 (2024-03-11)
27
==================
38

0 commit comments

Comments
 (0)