From dc2a8374505118c23a22a62bdd5a4b3b002140d0 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 2 Sep 2024 12:38:43 +0200 Subject: [PATCH] Update to libkiwix version change (14.0.0) Libkiwix update its version to 14.0.0 and we use the declared version in `version.py` to select file to package and sign. So we must be in sync. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 87124d1..8dfa916 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -2,7 +2,7 @@ main_project_versions = { "libzim": "9.2.3", - "libkiwix": "13.1.0", + "libkiwix": "14.0.0", "kiwix-tools": "3.7.0", "zim-tools": "3.4.2", "kiwix-desktop": "2.3.1",