mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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:
@ -29,7 +29,7 @@ main_project_versions = {
|
||||
# - set KIWIX_DESKTOP_RELEASE to 0
|
||||
|
||||
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)
|
||||
'kiwix-tools': None, # Depends of libkiwix and libzim (was 1)
|
||||
'zim-tools': None, # Depends of libzim (was 2)
|
||||
|
Reference in New Issue
Block a user