From bd546fe33e6a80e3648e16e9f80cb62e2a422841 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 8 Apr 2020 18:12:01 +0200 Subject: [PATCH] New version of libzim, zim-tools, zimwriterfs, kiwix-lib and kiwix-tools. --- kiwixbuild/versions.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 1ca1bd0..dedf223 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -1,11 +1,11 @@ # This file reference all the versions of the depedencies we use in kiwix-build. main_project_versions = { - 'kiwix-lib': '9.0.1', - 'kiwix-tools': '3.0.3', # Also need to change this in appveyor/install_kiwix-tools.cmd - 'libzim': '6.0.2', - 'zim-tools': '1.0.5', - 'zimwriterfs': '1.3.8', + 'kiwix-lib': '9.1.0', + 'kiwix-tools': '3.1.0', # Also need to change this in appveyor/install_kiwix-tools.cmd + 'libzim': '6.1.0', + 'zim-tools': '1.1.0', + 'zimwriterfs': '1.3.9', 'kiwix-desktop': '2.0-rc4' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml # You need to do the release process of kiwix-tools and kiwix-desktop in two separated process. } @@ -31,11 +31,11 @@ main_project_versions = { # - set KIWIX_DESKTOP_RELEASE to 0 release_versions = { - 'libzim': None, # Depends of base deps (was 0) - 'kiwix-lib': None, # Depends of libzim (was 0) + 'libzim': 0, # Depends of base deps (was 0) + 'kiwix-lib': 0, # Depends of libzim (was 0) 'kiwix-tools': 0, # Depends of kiwix-lib and libzim (was 0) - 'zim-tools': None, # Depends of libzim (was 7) - 'zimwriterfs': None, # Depends of libzim (was 1) + 'zim-tools': 0, # Depends of libzim (was 7) + 'zimwriterfs': 0, # Depends of libzim (was 1) 'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0) }