From d1941aa5af7a2d9e4e424432ae30c6f8a0063705 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 3 Jan 2022 11:16:43 +0100 Subject: [PATCH] Update version of libzim. We can rebuild only zim-tools. Other tools depend of libkiwix we cannot release now. --- appveyor.yml | 2 +- kiwixbuild/versions.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 533f742..1df3ff6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c' MSYSTEM: 'MINGW64' KIWIX_DESKTOP_VERSION: '2.0.5' - KIWIX_DESKTOP_RELEASE: 1 + KIWIX_DESKTOP_RELEASE: 0 init: diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 157c427..28187ad 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': '7.0.0', # Because of bump of version in libzim. No release made for now. + 'libzim': '7.1.0', 'libkiwix': '9.4.1', 'kiwix-tools': '3.1.2', 'zim-tools': '3.0.0', @@ -31,8 +31,8 @@ main_project_versions = { release_versions = { 'libzim': 0, # Depends of base deps (was 0) 'libkiwix': None, # Depends of libzim (was 0) - 'kiwix-tools': None, # Depends of libkiwix and libzim (was 4) - 'zim-tools': 0, # Depends of libzim (was 2) + 'kiwix-tools': None, # Depends of libkiwix and libzim (was 5) + 'zim-tools': 1, # Depends of libzim (was 0) 'kiwix-desktop': None # Depends of libkiwix and libzim (was 0) }