Merge pull request #828 from kiwix/release-libzim-9.3.0-2

Release libzim-9.3.0-2
This commit is contained in:
Kelson 2025-05-31 11:50:16 +02:00 committed by GitHub
commit 1ade008791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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