Changeset 11358
- Timestamp:
- 2008-09-04 06:46:17 (3 months ago)
- Location:
- trunk/search-xapian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/search-xapian/Changes
r11355 r11358 1 1 Revision history for Perl extension Search::Xapian. 2 3 1.0.8.0 Thu Sep 4 05:38:22 GMT 2008 4 - No change except for bumping the version to indicate compatibility 5 with Xapian 1.0.8. 2 6 3 7 1.0.7.0 Thu Jul 17 00:18:17 GMT 2008 -
trunk/search-xapian/README
r11355 r11358 1 Search::Xapian version 1.0. 7.01 Search::Xapian version 1.0.8.0 2 2 ============================== 3 3 -
trunk/search-xapian/Xapian.pm
r11355 r11358 5 5 use warnings; 6 6 7 our $VERSION = '1.0. 7.0';7 our $VERSION = '1.0.8.0'; 8 8 9 9 use Exporter 'import';
