You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/07/18 23:26:59 UTC

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

Author: marvin
Date: Mon Jul 18 21:26:58 2011
New Revision: 1148057

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

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

Modified: incubator/lucy/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/CHANGES?rev=1148057&r1=1148056&r2=1148057&view=diff
==============================================================================
--- incubator/lucy/trunk/CHANGES (original)
+++ incubator/lucy/trunk/CHANGES Mon Jul 18 21:26:58 2011
@@ -1,6 +1,6 @@
 Revision history for Lucy
 
-0.2.0  XXXX-XX-XX
+0.2.0  2011-07-24
 
   Bugfixes:
 

Modified: incubator/lucy/trunk/perl/Build.PL
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/Build.PL?rev=1148057&r1=1148056&r2=1148057&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/Build.PL (original)
+++ incubator/lucy/trunk/perl/Build.PL Mon Jul 18 21:26:58 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.1.0',
+    dist_version => '0.2.0',
     requires     => {
         'JSON::XS' => 1.53,
         'perl'     => '5.8.3',

Modified: incubator/lucy/trunk/perl/lib/Lucy.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy.pm?rev=1148057&r1=1148056&r2=1148057&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy.pm (original)
+++ incubator/lucy/trunk/perl/lib/Lucy.pm Mon Jul 18 21:26:58 2011
@@ -21,12 +21,12 @@ package Lucy;
 use 5.008003;
 use Exporter;
 
-our $VERSION = '0.001000';
+our $VERSION = '0.002000';
 $VERSION = eval $VERSION;
 
 use XSLoader;
 # This loads a large number of disparate subs.
-BEGIN { XSLoader::load( 'Lucy', '0.001000' ) }
+BEGIN { XSLoader::load( 'Lucy', '0.002000' ) }
 
 BEGIN {
     push our @ISA, 'Exporter';

Modified: incubator/lucy/trunk/perl/lib/Lucy.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy.pod?rev=1148057&r1=1148056&r2=1148057&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy.pod (original)
+++ incubator/lucy/trunk/perl/lib/Lucy.pod Mon Jul 18 21:26:58 2011
@@ -19,7 +19,7 @@ Lucy - Apache Lucy search engine library
 
 =head1 VERSION
 
-0.1.0
+0.2.0
 
 =head1 SYNOPSIS