Bump-up Xapian to 1.4.14 (#382)

This commit is contained in:
Kelson
2019-11-24 07:37:39 -05:00
parent 3f9592a6a8
commit 8420dcb474
5 changed files with 58 additions and 10 deletions

View File

@ -42,13 +42,13 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '55'
base_deps_meta_version = '57'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.4',
'uuid' : '1.43.4',
'xapian-core' : '1.4.10',
'xapian-core' : '1.4.14',
'mustache' : '3.2',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.66',