Skip to content

Commit 7c97969

Browse files
committed
Bumped the version number and updated the NEWS document.
1 parent 8308060 commit 7c97969

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 7)
15+
set(JAS_VERSION_PATCH 8)
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.8 (2025-08-05)
2+
==================
3+
4+
* Fixed a bug in the JPC decoder that could cause bad memory accesses
5+
if the debug level is set sufficiently high (#402, #403).
6+
17
4.2.7 (2025-08-02)
28
==================
39

0 commit comments

Comments
 (0)