From b635daae68ba88304af8a710531989d71d7cc910 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 9 Feb 2021 14:13:46 +0100 Subject: [PATCH] Change version of libzim. Libzim changes its version. But we are not ready for release now. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index eaf3fb8..767bb8c 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': '6.3.0', + 'libzim': '7.0.0', # Because of bump of version in libzim. No release made for now. 'kiwix-lib': '9.4.1', 'kiwix-tools': '3.1.2', 'zim-tools': '2.1.0',