From de6ae772d4905372cace2d360b9aef2f39cf81d6 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 27 Jul 2018 10:46:00 +0200 Subject: [PATCH] Update to last vresion of xapian. --- kiwixbuild/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 38b3c3e..34653a6 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -10,14 +10,14 @@ main_project_versions = { # This is the "version" of the whole base_deps_versions dict. # Change this when you change base_deps_versions. -base_deps_meta_version = '10' +base_deps_meta_version = '11' base_deps_versions = { 'zlib' : '1.2.8', 'lzma' : '5.2.3', 'uuid' : '1.43.4', - 'xapian-core' : '1.4.5', + 'xapian-core' : '1.4.7', 'ctpp2' : '2.8.3', 'pugixml' : '1.2', 'libmicrohttpd' : '0.9.46',