[svn:DBD-Pg] r13886 - in DBD-Pg/trunk: . lib/Bundle/DBD
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: turnstep Date: Mon Apr 5 12:45:57 2010 New Revision: 13886 Modified: DBD-Pg/trunk/README DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm Log: More version numbers to change. Modified: DBD-Pg/trunk/README ============================================================================== --- DBD-Pg/trunk/README (original) +++ DBD-Pg/trunk/README Mon Apr 5 12:45:57 2010 @@ -6,7 +6,7 @@ DESCRIPTION: ------------ -This is version 2.16.1 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 2.17.0 of DBD::Pg, the Perl interface to Postgres using DBI. 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 Mon Apr 5 12:45:57 2010 @@ -4,7 +4,7 @@ use strict; use warnings; -$VERSION = '2.16.1'; +$VERSION = '2.17.0'; 1;