Skip to content

Commit 8766848

Browse files
committed
Updated the NEWS document and bumped the version number.
1 parent 2d6b6e8 commit 8766848

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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 3)
15+
set(JAS_VERSION_PATCH 4)
1616

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

NEWS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.4 (2024-04-27)
2+
==================
3+
4+
* Added some missing checks to the jas_heic_decode function in the
5+
HEIC codec (#383).
6+
17
4.2.3 (2024-03-30)
28
==================
39

0 commit comments

Comments
 (0)