From 85f0d4ccb18f194bd1603340f9de3c5711412780 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 2 Nov 2018 17:37:02 +0100 Subject: [PATCH] Update version of kiwix-lib and kiwix-desktop. --- kiwixbuild/versions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 220979b..7202e83 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -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.0', + 'kiwix-lib': '3.0.1', 'kiwix-tools': '0.7.0', 'libzim': '4.0.4', 'zim-tools': '1.0.0', '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. @@ -26,7 +26,7 @@ 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': 0 # Depends of kiwix-lib and libzim