From b910a7b7203941f61672f5ce4d7fbda42fa16703 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 3 Aug 2018 19:14:43 +0200 Subject: [PATCH 1/2] [AppVeyor] No more windows branch for kiwix-lib. --- appveyor/install_kiwix-lib.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor/install_kiwix-lib.cmd b/appveyor/install_kiwix-lib.cmd index 541e992..afbe3bf 100644 --- a/appveyor/install_kiwix-lib.cmd +++ b/appveyor/install_kiwix-lib.cmd @@ -2,7 +2,6 @@ REM ======================================================== REM Install kiwix-lib git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1 cd kiwix-lib -git checkout windows || exit /b 1 meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 cd build ninja || exit /b 1 From a64fd8cd20868a7ef4ff911ac3aacb6028e9e807 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 3 Aug 2018 19:17:29 +0200 Subject: [PATCH 2/2] New versions. --- kiwixbuild/versions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 34653a6..c4db1bb 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -1,10 +1,11 @@ main_project_versions = { - 'kiwix-lib': '2.0.1', + 'kiwix-lib': '2.0.2', 'kiwix-tools': '0.6.0', - 'libzim': '4.0.0', + 'libzim': '4.0.1', 'zim-tools': '1.0.0', 'zimwriterfs': '1.2', + 'kiwix-desktop': '2.0-alpha' }