Rebuild libzim release, with manylinux fixes

This commit is contained in:
Matthieu Gautier 2024-09-02 17:48:08 +02:00
parent 04f7d6457d
commit d8071bd947
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ main_project_versions = {
# - Else, increment the value. If no value was present, see `(was ...)`. # - Else, increment the value. If no value was present, see `(was ...)`.
release_versions = { release_versions = {
"libzim": 1, # Depends of base deps (was 0) "libzim": 2, # Depends of base deps (was 1)
"libkiwix": None, # Depends of libzim (was 4) "libkiwix": None, # Depends of libzim (was 4)
"kiwix-tools": None, # Depends of libkiwix and libzim (was 2) "kiwix-tools": None, # Depends of libkiwix and libzim (was 2)
"zim-tools": None, # Depends of libzim (was 0) "zim-tools": None, # Depends of libzim (was 0)