Author: timbo
Date: Fri Jul 13 05:29:00 2012
New Revision: 15352

Modified:
   dbi/trunk/DBI.pm

Log:
bump version number

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Fri Jul 13 05:29:00 2012
@@ -11,7 +11,7 @@
 require 5.008_001;
 
 BEGIN {
-$VERSION = "1.622"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.623"; # ==> 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.622
+This is the DBI specification that corresponds to DBI version 1.623
 (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