Changeset 11358

Show
Ignore:
Timestamp:
2008-09-04 06:46:17 (3 months ago)
Author:
olly
Message:

1.0.8.0: No change except for bumping the version to indicate compatibility
with Xapian 1.0.8.

Location:
trunk/search-xapian
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/search-xapian/Changes

    r11355 r11358  
    11Revision history for Perl extension Search::Xapian. 
     2 
     31.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. 
    26 
    371.0.7.0  Thu Jul 17 00:18:17 GMT 2008 
  • trunk/search-xapian/README

    r11355 r11358  
    1 Search::Xapian version 1.0.7.0 
     1Search::Xapian version 1.0.8.0 
    22============================== 
    33 
  • trunk/search-xapian/Xapian.pm

    r11355 r11358  
    55use warnings; 
    66 
    7 our $VERSION = '1.0.7.0'; 
     7our $VERSION = '1.0.8.0'; 
    88 
    99use Exporter 'import';