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 a943388b41
commit 27bdda0bcf
2 changed files with 6 additions and 6 deletions

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