New release of libzim and zim-tools.

We don't rebuild other project as they are not ready for last version
of libzim.
This commit is contained in:
Matthieu Gautier 2021-10-07 18:19:19 +02:00
parent c3a0a27361
commit c1205fc87d
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ main_project_versions = {
'libzim': '7.0.0', # Because of bump of version in libzim. No release made for now.
'libkiwix': '9.4.1',
'kiwix-tools': '3.1.2',
'zim-tools': '2.1.0',
'zim-tools': '3.0.0',
'kiwix-desktop': '2.0.5' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
}
@ -30,10 +30,10 @@ main_project_versions = {
release_versions = {
'libzim': 0, # Depends of base deps (was 0)
'libkiwix': 0, # Depends of libzim (was 0)
'kiwix-tools': 4, # Depends of libkiwix and libzim (was 3)
'libkiwix': None, # Depends of libzim (was 0)
'kiwix-tools': None, # Depends of libkiwix and libzim (was 4)
'zim-tools': 0, # Depends of libzim (was 2)
'kiwix-desktop': 0 # Depends of libkiwix and libzim (was 0)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 0)
}