Bump-up Xapian to version 1.4.18

This commit is contained in:
Emmanuel Engelhart
2021-03-07 14:41:33 +01:00
parent 871d257a36
commit aad2243c81
3 changed files with 9 additions and 9 deletions

View File

@ -39,7 +39,7 @@ 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 = '70'
base_deps_meta_version = '71'
base_deps_versions = {
'zlib' : '1.2.8',
@ -47,7 +47,7 @@ base_deps_versions = {
'zstd' : '1.4.4',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',
'xapian-core' : '1.4.14',
'xapian-core' : '1.4.18',
'mustache' : '4.1',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.72',