New release of libzim 6.2.2

This commit is contained in:
Matthieu Gautier 2020-09-02 18:25:00 +02:00
parent b23cf13caa
commit a64cd9f790
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ environment:
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
MSYSTEM: 'MINGW64'
KIWIX_DESKTOP_VERSION: '2.0.4-1'
KIWIX_DESKTOP_RELEASE: 1
KIWIX_DESKTOP_RELEASE: 0
init:

View File

@ -1,7 +1,7 @@
# This file reference all the versions of the depedencies we use in kiwix-build.
main_project_versions = {
'libzim': '6.2.1',
'libzim': '6.2.2',
'kiwix-lib': '9.4.0',
'kiwix-tools': '3.1.2', # Also need to change this in appveyor/install_kiwix-tools.cmd
'zim-tools': '2.0.0',
@ -34,7 +34,7 @@ release_versions = {
'kiwix-lib': None, # Depends of libzim (was 0)
'kiwix-tools': None, # Depends of kiwix-lib and libzim (was 3)
'zim-tools': None, # Depends of libzim (was 2)
'kiwix-desktop': 1 # Depends of kiwix-lib and libzim (was 0)
'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0)
}