Update version of kiwix-lib, kiwix-tools and kiwix-desktop.

This commit is contained in:
Matthieu Gautier 2018-10-31 17:05:35 +01:00
parent 237e4d860d
commit 1440dd8b25
1 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
# This file reference all the versions of the depedencies we use in kiwix-build.
main_project_versions = {
'kiwix-lib': '2.0.2',
'kiwix-tools': '0.6.1',
'kiwix-lib': '3.0.0',
'kiwix-tools': '0.7.0',
'libzim': '4.0.4',
'zim-tools': '1.0.0',
'zimwriterfs': '1.2',
'kiwix-desktop': '2.0-alpha3'
'kiwix-desktop': '2.0-alpha4'
}
# This dictionnary specify what we need to build at each release process.
@ -24,11 +24,11 @@ main_project_versions = {
# http://download.kiwikorg/releases what to set.
release_versions = {
'libzim': 0, # Depends of base deps
'kiwix-lib': 1, # Depends of libzim
'kiwix-tools': 1, # Depends of kiwix-lib and libzim
'zim-tools': 1, # Depends of libzim
'zimwriterfs': 1, # Depends of libzim
'libzim': None, # Depends of base deps (was 0)
'kiwix-lib': 0, # Depends of libzim
'kiwix-tools': 0, # Depends of kiwix-lib and libzim
'zim-tools': None, # Depends of libzim (was 1)
'zimwriterfs': None, # Depends of libzim (was 1)
'kiwix-desktop': 0 # Depends of kiwix-lib and libzim
}