Skip to content

Commit 694cce4

Browse files
committed
Bump version to 0.9.4
1 parent c17d128 commit 694cce4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
env:
2222
CONFORMANCE_REPO_HASH: ee6008ef151489a5330cd886b422af8f6ed58881
23-
LIBJXL_VERSION: "0.9.3"
23+
LIBJXL_VERSION: "0.9.4"
2424
LIBJXL_ABI_VERSION: "0.9"
2525

2626
concurrency:

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
jpeg-xl (0.9.3) UNRELEASED; urgency=medium
1+
jpeg-xl (0.9.4) UNRELEASED; urgency=medium
2+
3+
* Bump JPEG XL version to 0.9.4.
4+
5+
-- JPEG XL Maintainers <[email protected]> Tue, 26 Nov 2024 09:15:54 +0100
6+
7+
jpeg-xl (0.9.3) unstable; urgency=medium
28

39
* Bump JPEG XL version to 0.9.3.
410

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set(JPEGXL_MAJOR_VERSION 0)
77
set(JPEGXL_MINOR_VERSION 9)
8-
set(JPEGXL_PATCH_VERSION 3)
8+
set(JPEGXL_PATCH_VERSION 4)
99
set(JPEGXL_LIBRARY_VERSION
1010
"${JPEGXL_MAJOR_VERSION}.${JPEGXL_MINOR_VERSION}.${JPEGXL_PATCH_VERSION}")
1111

lib/jxl_lists.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ libjxl_major_version = 0
551551

552552
libjxl_minor_version = 9
553553

554-
libjxl_patch_version = 3
554+
libjxl_patch_version = 4
555555

556556
libjxl_public_headers = [
557557
"include/jxl/cms.h",

0 commit comments

Comments
 (0)