Skip to content

Commit

Permalink
New version libkiwix 13.0.0
Browse files Browse the repository at this point in the history
This is mainly a release of libkiwix 12.1.0 as 12.1.0 introduce breaking
changes.

No need to rebuild kiwix-tools (it is already builded with 12.1.0)
Don't build kiwix-destkop as current version of kiwix-desktop is not
ported to kiwix-13.0.0 (`main` is, but not last release).
  • Loading branch information
mgautierfr committed Sep 14, 2023
1 parent 6ee003b commit 44a8963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1',
'libkiwix': '13.0.0',
'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 Down Expand Up @@ -33,7 +33,7 @@
'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': 4 # Depends of libkiwix and libzim (was 3)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 4)
}


Expand Down

0 comments on commit 44a8963

Please sign in to comment.