From 44a8963c5025b54c2ae3a19374c6a08d36c0daa3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 14 Sep 2023 16:06:13 +0200 Subject: [PATCH] New version libkiwix 13.0.0 This is mainly a release of libkiwix 12.1.0 as 12.1.0 introduce breaking changes. No need to rebuild kiwix-tools (it is already builded with 12.1.0) Don't build kiwix-destkop as current version of kiwix-desktop is not ported to kiwix-13.0.0 (`main` is, but not last release). --- kiwixbuild/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 2f577c4b..db9c3fdf 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -2,7 +2,7 @@ main_project_versions = { 'libzim': '8.2.1', - 'libkiwix': '12.1.1', + 'libkiwix': '13.0.0', 'kiwix-tools': '3.5.0', 'zim-tools': '3.2.0', 'kiwix-desktop': '2.3.1' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml @@ -33,7 +33,7 @@ 'libkiwix': 0, # Depends of libzim (was 0) 'kiwix-tools': None, # Depends of libkiwix and libzim (was 2) 'zim-tools': None, # Depends of libzim (was 2) - 'kiwix-desktop': 4 # Depends of libkiwix and libzim (was 3) + 'kiwix-desktop': None # Depends of libkiwix and libzim (was 4) }