You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ka...@apache.org on 2011/10/20 05:27:06 UTC

[lucy-commits] svn commit: r1186607 - in /incubator/lucy/branches/0.2: CHANGES perl/Build.PL perl/lib/Lucy.pm perl/lib/Lucy.pod

Author: karpet
Date: Thu Oct 20 03:27:06 2011
New Revision: 1186607

URL: http://svn.apache.org/viewvc?rev=1186607&view=rev
Log:
Updating CHANGES and version number for release 0.2.2.

Modified:
    incubator/lucy/branches/0.2/CHANGES
    incubator/lucy/branches/0.2/perl/Build.PL
    incubator/lucy/branches/0.2/perl/lib/Lucy.pm
    incubator/lucy/branches/0.2/perl/lib/Lucy.pod

Modified: incubator/lucy/branches/0.2/CHANGES
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/CHANGES?rev=1186607&r1=1186606&r2=1186607&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/CHANGES (original)
+++ incubator/lucy/branches/0.2/CHANGES Thu Oct 20 03:27:06 2011
@@ -1,6 +1,6 @@
 Revision history for Lucy
 
-0.2.2  XXXX-XX-XX
+0.2.2  2011-10-19
 
   Bugfixes:
 

Modified: incubator/lucy/branches/0.2/perl/Build.PL
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/Build.PL?rev=1186607&r1=1186606&r2=1186607&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/Build.PL (original)
+++ incubator/lucy/branches/0.2/perl/Build.PL Thu Oct 20 03:27:06 2011
@@ -24,7 +24,7 @@ my $builder = Lucy::Build->new(
     license     => 'apache',
     dist_author =>
         'The Apache Lucy Project <lucy-dev at incubator dot apache dot org>',
-    dist_version => '0.2.1',
+    dist_version => '0.2.2',
     requires     => {
         'JSON::XS' => 1.53,
         'perl'     => '5.8.3',

Modified: incubator/lucy/branches/0.2/perl/lib/Lucy.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/lib/Lucy.pm?rev=1186607&r1=1186606&r2=1186607&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/lib/Lucy.pm (original)
+++ incubator/lucy/branches/0.2/perl/lib/Lucy.pm Thu Oct 20 03:27:06 2011
@@ -21,12 +21,12 @@ package Lucy;
 use 5.008003;
 use Exporter;
 
-our $VERSION = '0.002001';
+our $VERSION = '0.002002';
 $VERSION = eval $VERSION;
 
 use XSLoader;
 # This loads a large number of disparate subs.
-BEGIN { XSLoader::load( 'Lucy', '0.002001' ) }
+BEGIN { XSLoader::load( 'Lucy', '0.002002' ) }
 
 BEGIN {
     push our @ISA, 'Exporter';

Modified: incubator/lucy/branches/0.2/perl/lib/Lucy.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/lib/Lucy.pod?rev=1186607&r1=1186606&r2=1186607&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/lib/Lucy.pod (original)
+++ incubator/lucy/branches/0.2/perl/lib/Lucy.pod Thu Oct 20 03:27:06 2011
@@ -19,7 +19,7 @@ Lucy - Apache Lucy search engine library
 
 =head1 VERSION
 
-0.2.1
+0.2.2
 
 =head1 SYNOPSIS