Author: turnstep
Date: Sat May 24 21:08:53 2008
New Revision: 11311

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

Log:
Version bump due to API change in pg_notifies().


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Sat May 24 21:08:53 2008
@@ -1,6 +1,6 @@
 ('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
 
-2.7.3
+2.8.0
 
        - Added in payload strings for LISTEN/NOTIFY in 8.4 
                via $dbh->pg_notifies() [GSM]

Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Sat May 24 21:08:53 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                  : DBD-Pg
-version               : 2.7.2
+version               : 2.8.0
 abstract              : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -34,10 +34,10 @@
 provides:
   DBD::Pg:
     file              : Pg.pm
-    version           : 2.7.2
+    version           : 2.8.0
   Bundle::DBD::Pg:
     file              : lib/Bundle/DBD/Pg.pm
-    version           : 2.7.2
+    version           : 2.8.0
 
 keywords:
   - Postgres

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Sat May 24 21:08:53 2008
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.7.2';
+my $VERSION = '2.8.0';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Sat May 24 21:08:53 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv('2.7.2');
+       use version; our $VERSION = qv('2.8.0');
 
        use DBI ();
        use DynaLoader ();
@@ -1679,7 +1679,7 @@
 
 =head1 VERSION
 
-This documents version 2.7.2 of the DBD::Pg module
+This documents version 2.8.0 of the DBD::Pg module
 
 =head1 DESCRIPTION
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Sat May 24 21:08:53 2008
@@ -6,7 +6,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.7.2 of DBD-Pg.  The web site for this interface, and 
+This is version 2.8.0 of DBD-Pg.  The web site for this interface, and 
 the latest version, can be found at:
 
        http://search.cpan.org/dist/DBD-Pg/

Modified: DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
==============================================================================
--- DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm   (original)
+++ DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm   Sat May 24 21:08:53 2008
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-$VERSION = '2.7.2';
+$VERSION = '2.8.0';
 
 1;
 

Reply via email to