Author: timbo
Date: Wed Apr 25 05:29:58 2012
New Revision: 15300

Modified:
   dbi/trunk/Changes
   dbi/trunk/DBI.pm

Log:
prep for release

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Wed Apr 25 05:29:58 2012
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.620 (svn r15299) 25th April 2012
+=head2 Changes in DBI 1.620 (svn r15300) 25th April 2012
 
   Modified column renaming in fetchall_arrayref, added in 1.619,
     to work on column index numbers not names (an incompatible change).

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Wed Apr 25 05:29:58 2012
@@ -11,7 +11,7 @@
 require 5.008_001;
 
 BEGIN {
-$VERSION = "1.619"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.620"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -125,7 +125,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to DBI version 1.619
+This is the DBI specification that corresponds to DBI version 1.620
 (see L<DBI::Changes> for details).
 
 The DBI is evolving at a steady pace, so it's good to check that

Reply via email to