We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6b6e8 commit 8766848Copy full SHA for 8766848
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 3)
+set(JAS_VERSION_PATCH 4)
16
17
# The shared library versioning information.
18
# Guidelines on how to change this information can be found below.
NEWS.txt
@@ -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
7
4.2.3 (2024-03-30)
8
==================
9
0 commit comments