Merge pull request #815 from kiwix/build-libzim-9.3.0

Build libzim 9.3.0
This commit is contained in:
Kelson 2025-04-17 11:28:33 +02:00 committed by GitHub
commit 43c4add1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# This file reference all the versions of the depedencies we use in kiwix-build. # This file reference all the versions of the depedencies we use in kiwix-build.
main_project_versions = { main_project_versions = {
"libzim": "9.2.3", "libzim": "9.3.0",
"libkiwix": "14.0.0", "libkiwix": "14.0.0",
"kiwix-tools": "3.7.0", "kiwix-tools": "3.7.0",
"zim-tools": "3.5.0", "zim-tools": "3.5.0",
@ -23,11 +23,11 @@ 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": None, # Depends of base deps (was 2) "libzim": 0, # Depends of base deps (was 2)
"libkiwix": None, # Depends of libzim (was 1) "libkiwix": None, # Depends of libzim (was 1)
"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)
"kiwix-desktop": 0, # Depends of libkiwix and libzim (was 0) "kiwix-desktop": None, # Depends of libkiwix and libzim (was 0)
} }