From e4a8ac215c837a1155f20cb488fb2b04f5340ae2 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 17 Apr 2025 11:26:48 +0200 Subject: [PATCH] Build libzim 9.3.0 --- kiwixbuild/versions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index b16c27c..443da5b 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -1,7 +1,7 @@ # This file reference all the versions of the depedencies we use in kiwix-build. main_project_versions = { - "libzim": "9.2.3", + "libzim": "9.3.0", "libkiwix": "14.0.0", "kiwix-tools": "3.7.0", "zim-tools": "3.5.0", @@ -23,11 +23,11 @@ main_project_versions = { # - Else, increment the value. If no value was present, see `(was ...)`. release_versions = { - "libzim": None, # Depends of base deps (was 2) + "libzim": 0, # Depends of base deps (was 2) "libkiwix": None, # Depends of libzim (was 1) "kiwix-tools": None, # Depends of libkiwix and libzim (was 2) "zim-tools": None, # Depends of libzim (was 0) - "kiwix-desktop": 0, # Depends of libkiwix and libzim (was 0) + "kiwix-desktop": None, # Depends of libkiwix and libzim (was 0) }