New version 8.0.1 of libzim.

This is the minor fix for debian packaging.
No need to rebuild other projects.
This commit is contained in:
Matthieu Gautier 2022-09-07 17:53:21 +02:00
parent a8c769ddff
commit 4500825073
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ environment:
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
MSYSTEM: 'MINGW64'
KIWIX_DESKTOP_VERSION: '2.2.2-1'
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': '8.0.0',
'libzim': '8.0.1',
'libkiwix': '11.0.0',
'kiwix-tools': '3.3.0',
'zim-tools': '3.1.1',
@ -30,10 +30,10 @@ main_project_versions = {
release_versions = {
'libzim': 0, # Depends of base deps (was 0)
'libkiwix': 1, # Depends of libzim (was 0)
'kiwix-tools': 1, # Depends of libkiwix and libzim (was 0)
'zim-tools': 2, # Depends of libzim (was 1)
'kiwix-desktop': 1 # Depends of libkiwix and libzim (was 0)
'libkiwix': None, # Depends of libzim (was 1)
'kiwix-tools': None, # Depends of libkiwix and libzim (was 1#)
'zim-tools': None, # Depends of libzim (was 2)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 1)
}