Skip to content

Commit 1fd1fb4

Browse files
committed
Bumped the version number and updated the NEWS document.
1 parent ce0b0f1 commit 1fd1fb4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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 5)
15+
set(JAS_VERSION_PATCH 6)
1616

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

NEWS.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.2.6 (2025-08-02)
2+
==================
3+
4+
* Added a check for a missing color component in the jas_image_chclrspc
5+
function (#400).
6+
7+
* Fixed a minor build problem related to the use of -Wstrict-prototypes
8+
with Clang.
9+
110
4.2.5 (2025-03-26)
211
==================
312

0 commit comments

Comments
 (0)