From 4b750aa02ed050efeaf68caa806576f2a0b51aa2 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 14 Dec 2024 16:37:04 +0100 Subject: [PATCH] Release Kiwix for Linux/Windows 2.4.0 --- kiwixbuild/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 818ea206..83f31e0e 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -24,10 +24,10 @@ release_versions = { "libzim": None, # Depends of base deps (was 2) - "libkiwix": 1, # Depends of libzim (was 0) + "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": None, # Depends of libkiwix and libzim (was 4) + "kiwix-desktop": 0, # Depends of libkiwix and libzim (was None) }