Update version of kiwix-lib and kiwix-desktop.

This commit is contained in:
Matthieu Gautier 2018-11-02 17:37:02 +01:00
parent e0de6e90d0
commit 85f0d4ccb1
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# This file reference all the versions of the depedencies we use in kiwix-build. # This file reference all the versions of the depedencies we use in kiwix-build.
main_project_versions = { main_project_versions = {
'kiwix-lib': '3.0.0', 'kiwix-lib': '3.0.1',
'kiwix-tools': '0.7.0', 'kiwix-tools': '0.7.0',
'libzim': '4.0.4', 'libzim': '4.0.4',
'zim-tools': '1.0.0', 'zim-tools': '1.0.0',
'zimwriterfs': '1.2', 'zimwriterfs': '1.2',
'kiwix-desktop': '2.0-alpha4' 'kiwix-desktop': '2.0-alpha5'
} }
# This dictionnary specify what we need to build at each release process. # This dictionnary specify what we need to build at each release process.
@ -26,7 +26,7 @@ main_project_versions = {
release_versions = { release_versions = {
'libzim': None, # Depends of base deps (was 0) 'libzim': None, # Depends of base deps (was 0)
'kiwix-lib': 0, # Depends of libzim 'kiwix-lib': 0, # Depends of libzim
'kiwix-tools': 0, # Depends of kiwix-lib and libzim 'kiwix-tools': 1, # Depends of kiwix-lib and libzim
'zim-tools': None, # Depends of libzim (was 1) 'zim-tools': None, # Depends of libzim (was 1)
'zimwriterfs': None, # Depends of libzim (was 1) 'zimwriterfs': None, # Depends of libzim (was 1)
'kiwix-desktop': 0 # Depends of kiwix-lib and libzim 'kiwix-desktop': 0 # Depends of kiwix-lib and libzim