Skip to content

Commit

Permalink
New version of libkiwix.
Browse files Browse the repository at this point in the history
Libkiwix 12.1.1 is just a hot patch to avoid a breaking change in 12.1.0

No need to rebuild kiwix-tools.
  • Loading branch information
mgautierfr committed Sep 14, 2023
1 parent 19ef917 commit 6ee003b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kiwixbuild/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

main_project_versions = {
'libzim': '8.2.1',
'libkiwix': '12.1.0',
'libkiwix': '12.1.1',
'kiwix-tools': '3.5.0',
'zim-tools': '3.2.0',
'kiwix-desktop': '2.3.1' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
Expand All @@ -29,11 +29,11 @@
# - set KIWIX_DESKTOP_RELEASE to 0

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


Expand Down

0 comments on commit 6ee003b

Please sign in to comment.