New version libkiwix 13.0.0

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).
This commit is contained in:
Matthieu Gautier 2023-09-14 16:06:13 +02:00
parent 6ee003bf9b
commit 44a8963c50
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -33,7 +33,7 @@ release_versions = {
'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)
}