From c63cf463b63163505ccc16dc6ad7c631651da534 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 27 Sep 2016 18:51:12 +1300 Subject: [PATCH] [Search::Xapian] Update for 1.2.24.0 --- search-xapian/Changes | 2 +- search-xapian/README | 2 +- search-xapian/Xapian.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/search-xapian/Changes b/search-xapian/Changes index b309aa0d4..860b6e38a 100644 --- a/search-xapian/Changes +++ b/search-xapian/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Search::Xapian. -1.2.24.0 +1.2.24.0 Fri Sep 16 01:46:36 UTC 2016 [Changes contributed by Nick Morrott] - Fix typo in POD documentation (fixes #730). [Changes contributed by Olly Betts] diff --git a/search-xapian/README b/search-xapian/README index 4c6cadff7..79cb18fe5 100644 --- a/search-xapian/README +++ b/search-xapian/README @@ -1,4 +1,4 @@ -Search::Xapian version 1.2.23.0 +Search::Xapian version 1.2.24.0 =============================== This is Search::Xapian, a Perl XS interface to the Xapian C++ search library. diff --git a/search-xapian/Xapian.pm b/search-xapian/Xapian.pm index 9d6efa96c..aa8dc4000 100644 --- a/search-xapian/Xapian.pm +++ b/search-xapian/Xapian.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.2.23.0'; +our $VERSION = '1.2.24.0'; use Exporter 'import'; -- 2.11.4.GIT