Author: karpet
Date: Thu Dec 29 02:57:53 2011
New Revision: 1225417
URL: http://svn.apache.org/viewvc?rev=1225417&view=rev
Log:
bump trunk version
Modified:
incubator/lucy/trunk/perl/Build.PL
incubator/lucy/trunk/perl/lib/Lucy.pm
incubator/lucy/trunk/perl/lib/Lucy.pod
Modified: incubator/lucy/trunk/perl/Build.PL
URL:
http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/Build.PL?rev=1225417&r1=1225416&r2=1225417&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/Build.PL (original)
+++ incubator/lucy/trunk/perl/Build.PL Thu Dec 29 02:57:53 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.0',
+ dist_version => '0.3.0',
requires => { 'perl' => '5.8.3', },
configure_requires => { 'Module::Build' => 0.280801 },
build_requires => {
Modified: incubator/lucy/trunk/perl/lib/Lucy.pm
URL:
http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy.pm?rev=1225417&r1=1225416&r2=1225417&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy.pm (original)
+++ incubator/lucy/trunk/perl/lib/Lucy.pm Thu Dec 29 02:57:53 2011
@@ -21,12 +21,12 @@ package Lucy;
use 5.008003;
use Exporter;
-our $VERSION = '0.002000';
+our $VERSION = '0.003000';
$VERSION = eval $VERSION;
use XSLoader;
# This loads a large number of disparate subs.
-BEGIN { XSLoader::load( 'Lucy', '0.002000' ) }
+BEGIN { XSLoader::load( 'Lucy', '0.003000' ) }
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=1225417&r1=1225416&r2=1225417&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy.pod (original)
+++ incubator/lucy/trunk/perl/lib/Lucy.pod Thu Dec 29 02:57:53 2011
@@ -19,7 +19,7 @@ Lucy - Apache Lucy search engine library
=head1 VERSION
-0.2.0
+0.3.0
=head1 SYNOPSIS