Merge pull request #273 from kiwix/new_versions

New versions
This commit is contained in:
Matthieu Gautier
2018-12-03 13:30:12 +01:00
committed by GitHub
2 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.
main_project_versions = {
'kiwix-lib': '3.0.3',
'kiwix-lib': '3.1.0',
'kiwix-tools': '0.8.0',
'libzim': '4.0.4',
'zim-tools': '1.0.0',
'zimwriterfs': '1.2',
'kiwix-desktop': '2.0-alpha6'
'kiwix-desktop': '2.0-beta1'
}
# This dictionnary specify what we need to build at each release process.
@ -26,10 +26,10 @@ main_project_versions = {
release_versions = {
'libzim': None, # Depends of base deps (was 0)
'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)
'zimwriterfs': None, # Depends of libzim (was 1)
'kiwix-desktop': 1 # Depends of kiwix-lib and libzim
'kiwix-desktop': 0 # Depends of kiwix-lib and libzim
}

View File

@ -41,7 +41,7 @@ else:
# We have build everything. Now create archives for public deployement.
BINARIES = {
'kiwix-tools': ('kiwix-manage', 'kiwix-read', 'kiwix-search', 'kiwix-serve'),
'zim-tools': ('zimbench', 'zimdump', 'zimsearch', 'zimdiff', 'zimpatch', 'zimsplit'),
'zim-tools': ('zimbench', 'zimcheck', 'zimdump', 'zimsearch', 'zimdiff', 'zimpatch', 'zimsplit'),
'zimwriterfs': ('zimwriterfs',)
}