Merge pull request #655 from kiwix/build-libzim-release-9.0.0

Release libzim 9.0.0
This commit is contained in:
Kelson 2023-11-13 21:26:34 +01:00 committed by GitHub
commit 5a8f8c90ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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': '8.2.1', 'libzim': '9.0.0',
'libkiwix': '12.1.1', 'libkiwix': '12.1.1',
'kiwix-tools': '3.5.0', 'kiwix-tools': '3.5.0',
'zim-tools': '3.2.0', 'zim-tools': '3.2.0',
@ -29,8 +29,8 @@ main_project_versions = {
# - set KIWIX_DESKTOP_RELEASE to 0 # - set KIWIX_DESKTOP_RELEASE to 0
release_versions = { release_versions = {
'libzim': None, # Depends of base deps (was 1) 'libzim': 0, # Depends of base deps (was None)
'libkiwix': 0, # Depends of libzim (was 0) 'libkiwix': None, # Depends of libzim (was 0)
'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 2) 'zim-tools': None, # Depends of libzim (was 2)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 4) 'kiwix-desktop': None # Depends of libkiwix and libzim (was 4)