Skip to content

Commit

Permalink
bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Mar 8, 2024
1 parent 88e6e1e commit e148959
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Expand Up @@ -20,7 +20,7 @@ permissions:

env:
CONFORMANCE_REPO_HASH: ee6008ef151489a5330cd886b422af8f6ed58881
LIBJXL_VERSION: "0.10.1"
LIBJXL_VERSION: "0.10.2"
LIBJXL_ABI_VERSION: "0.10"

concurrency:
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
@@ -1,4 +1,10 @@
jpeg-xl (0.10.1) UNRELEASED; urgency=medium
jpeg-xl (0.10.2) UNRELEASED; urgency=medium

* Bump JPEG XL version to 0.10.2.

-- JPEG XL Maintainers <jpegxl@google.com> Thu, 07 Mar 2024 13:50:05 +0100

jpeg-xl (0.10.1) unstable; urgency=medium

* Bump JPEG XL version to 0.10.1.

Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@

set(JPEGXL_MAJOR_VERSION 0)
set(JPEGXL_MINOR_VERSION 10)
set(JPEGXL_PATCH_VERSION 1)
set(JPEGXL_PATCH_VERSION 2)
set(JPEGXL_LIBRARY_VERSION
"${JPEGXL_MAJOR_VERSION}.${JPEGXL_MINOR_VERSION}.${JPEGXL_PATCH_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion lib/jxl_lists.bzl
Expand Up @@ -551,7 +551,7 @@ libjxl_major_version = 0

libjxl_minor_version = 10

libjxl_patch_version = 1
libjxl_patch_version = 2

libjxl_public_headers = [
"include/jxl/cms.h",
Expand Down
2 changes: 1 addition & 1 deletion lib/lib.gni
Expand Up @@ -549,7 +549,7 @@ libjxl_major_version = 0

libjxl_minor_version = 10

libjxl_patch_version = 1
libjxl_patch_version = 2

libjxl_public_headers = [
"include/jxl/cms.h",
Expand Down

0 comments on commit e148959

Please sign in to comment.