Update versions

This commit is contained in:
Matthieu Gautier 2019-01-29 14:18:15 +01:00
parent c61570fc08
commit b985becf4b
1 changed files with 5 additions and 5 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.1.1', 'kiwix-lib': '4.0.0',
'kiwix-tools': '0.8.0', 'kiwix-tools': '0.9.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-beta2' 'kiwix-desktop': '2.0-beta3'
} }
# This dictionnary specify what we need to build at each release process. # This dictionnary specify what we need to build at each release process.
@ -25,8 +25,8 @@ 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': None, # Depends of libzim (was 0) 'kiwix-lib': 0, # Depends of libzim (was 0)
'kiwix-tools': None, # Depends of kiwix-lib and libzim (was 2) 'kiwix-tools': 0, # Depends of kiwix-lib and libzim (was 0)
'zim-tools': None, # Depends of libzim (was 2) 'zim-tools': None, # Depends of libzim (was 2)
'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