We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0b0f1 commit 1fd1fb4Copy full SHA for 1fd1fb4
CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20)
12
# The major, minor, and micro version numbers of the project.
13
set(JAS_VERSION_MAJOR 4)
14
set(JAS_VERSION_MINOR 2)
15
-set(JAS_VERSION_PATCH 5)
+set(JAS_VERSION_PATCH 6)
16
17
# The shared library versioning information.
18
# Guidelines on how to change this information can be found below.
NEWS.txt
@@ -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
10
4.2.5 (2025-03-26)
11
==================
0 commit comments