Update version of libzim.

We can rebuild only zim-tools.
Other tools depend of libkiwix we cannot release now.
This commit is contained in:
Matthieu Gautier 2022-01-03 11:16:43 +01:00
parent 67788c63f0
commit d1941aa5af
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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)
}