Skip to content

Commit

Permalink
Bump version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Nov 26, 2024
1 parent b5a9dbc commit aa2df30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
jpeg-xl (0.8.3) UNRELEASED; urgency=medium
jpeg-xl (0.8.4) UNRELEASED; urgency=medium

* Bump JPEG XL version to 0.8.4.

-- JPEG XL Maintainers <jpegxl@google.com> Tue, 26 Nov 2024 09:13:19 +0100

jpeg-xl (0.8.3) unstable; urgency=medium

* Bump JPEG XL version to 0.8.3.

Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set(JPEGXL_MAJOR_VERSION 0)
set(JPEGXL_MINOR_VERSION 8)
set(JPEGXL_PATCH_VERSION 3)
set(JPEGXL_PATCH_VERSION 4)
set(JPEGXL_LIBRARY_VERSION
"${JPEGXL_MAJOR_VERSION}.${JPEGXL_MINOR_VERSION}.${JPEGXL_PATCH_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion lib/lib.gni
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
libjxl_version_defines = [
"JPEGXL_MAJOR_VERSION=0",
"JPEGXL_MINOR_VERSION=8",
"JPEGXL_PATCH_VERSION=3",
"JPEGXL_PATCH_VERSION=4",
]

libjxl_public_headers = [
Expand Down

0 comments on commit aa2df30

Please sign in to comment.