Author: turnstep
Date: Fri Jan 18 07:50:09 2008
New Revision: 10608

Modified:
   DBD-Pg/trunk/META.yml
   DBD-Pg/trunk/Makefile.PL
   DBD-Pg/trunk/Pg.pm
   DBD-Pg/trunk/README

Log:
Bump version.


Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Fri Jan 18 07:50:09 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                : DBD-Pg
-version             : 2.0.0_3
+version             : 2.0.0_4
 abstract            : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Fri Jan 18 07:50:09 2008
@@ -6,7 +6,7 @@
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.0.0_3';
+my $VERSION = '2.0.0_4';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Fri Jan 18 07:50:09 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       our $VERSION = '2.0.0_3';;
+       our $VERSION = '2.0.0_4';;
 
        use DBI ();
        use DynaLoader ();
@@ -1618,7 +1618,7 @@
 
 =head1 VERSION
 
-This documents version 2.0.0_3 of the DBD::Pg module
+This documents version 2.0.0_4 of the DBD::Pg module
 
 =head1 SYNOPSIS
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Fri Jan 18 07:50:09 2008
@@ -1,7 +1,7 @@
 ===================================================
 WARNING!!
 
-THIS IS A TEST VERSION (2.0.0_3) AND SHOULD BE USED 
+THIS IS A TEST VERSION (2.0.0_4) AND SHOULD BE USED 
 FOR TESTING PURPOSES ONLY. PLEASE USE A STABLE 
 VERSION (no underscore) BY VISITING:
 
@@ -15,7 +15,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.0.0_3 of DBD-Pg.  The web site for this interface is at:
+This is version 2.0.0_4 of DBD-Pg.  The web site for this interface is at:
 
        http://search.cpan.org/~dbdpg/
 

Reply via email to