Correctly set the release version of libzim.

As we have change the version of libzim, release build must be 0.
This commit is contained in:
Matthieu Gautier 2023-03-22 14:04:36 +01:00
parent efff7abbfc
commit 61fb624f66
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ main_project_versions = {
# - set KIWIX_DESKTOP_RELEASE to 0 # - set KIWIX_DESKTOP_RELEASE to 0
release_versions = { release_versions = {
'libzim': 2, # Depends of base deps (was 1) 'libzim': 0, # Depends of base deps (was 1)
'libkiwix': None, # Depends of libzim (was 1) 'libkiwix': None, # Depends of libzim (was 1)
'kiwix-tools': None, # Depends of libkiwix and libzim (was 1) 'kiwix-tools': None, # Depends of libkiwix and libzim (was 1)
'zim-tools': None, # Depends of libzim (was 2) 'zim-tools': None, # Depends of libzim (was 2)