[svn:dbi] r15352 - dbi/trunk

[email protected] Fri, 13 Jul 2012 05:29:01 -0700 (PDT)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
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