From 61fb624f661a10586427eba59a66d26b4b79d18f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 22 Mar 2023 14:04:36 +0100 Subject: [PATCH] Correctly set the release version of libzim. As we have change the version of libzim, release build must be 0. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 7842d0c..c64c503 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -29,7 +29,7 @@ main_project_versions = { # - set KIWIX_DESKTOP_RELEASE to 0 release_versions = { - 'libzim': 2, # Depends of base deps (was 1) + 'libzim': 0, # Depends of base deps (was 1) 'libkiwix': None, # Depends of libzim (was 1) 'kiwix-tools': None, # Depends of libkiwix and libzim (was 1) 'zim-tools': None, # Depends of libzim (was 2)