Skip to content

Commit

Permalink
Merge pull request #737 from kiwix/release-libzim-9.2.3
Browse files Browse the repository at this point in the history
Release libzim 9.2.3
  • Loading branch information
kelson42 authored Aug 28, 2024
2 parents 290a8b8 + c627f62 commit c17c2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kiwixbuild/versions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file reference all the versions of the depedencies we use in kiwix-build.

main_project_versions = {
"libzim": "9.2.2",
"libzim": "9.2.3",
"libkiwix": "13.1.0",
"kiwix-tools": "3.7.0",
"zim-tools": "3.4.2",
Expand Down Expand Up @@ -29,10 +29,10 @@
# - set KIWIX_DESKTOP_RELEASE to 0

release_versions = {
"libzim": None, # Depends of base deps (was 0)
"libzim": 0, # Depends of base deps (was 0)
"libkiwix": None, # Depends of libzim (was 4)
"kiwix-tools": None, # Depends of libkiwix and libzim (was 2)
"zim-tools": 0, # Depends of libzim (was 0)
"zim-tools": None, # Depends of libzim (was 0)
"kiwix-desktop": None, # Depends of libkiwix and libzim (was 4)
}

Expand Down

0 comments on commit c17c2f2

Please sign in to comment.