From 6aa661a474b6e019dce6346a928f1d53c5ecdea7 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 16 Apr 2024 18:28:32 +0200 Subject: [PATCH] New libzim version 9.2.0 --- kiwixbuild/versions.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index b61b83a..60bf9be 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.1.0", + "libzim": "9.2.0", "libkiwix": "13.1.0", "kiwix-tools": "3.7.0", "zim-tools": "3.4.0", @@ -29,10 +29,10 @@ main_project_versions = { # - set KIWIX_DESKTOP_RELEASE to 0 release_versions = { - "libzim": None, # Depends of base deps (was 0) - "libkiwix": None, # Depends of libzim (was 0) - "kiwix-tools": 0, # Depends of libkiwix and libzim (was None) - "zim-tools": None, # Depends of libzim (was 0) + "libzim": 0, # Depends of base deps (was 0) + "libkiwix": 1, # Depends of libzim (was 0) + "kiwix-tools": 1, # Depends of libkiwix and libzim (was None) + "zim-tools": 1, # Depends of libzim (was 0) "kiwix-desktop": None, # Depends of libkiwix and libzim (was 4) }