Author: timbo
Date: Fri Jul 30 06:26:20 2010
New Revision: 14294

Modified:
   dbi/trunk/DBI.pm

Log:
Bump version to 1.614


Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Fri Jul 30 06:26:20 2010
@@ -9,7 +9,7 @@
 require 5.008_001;
 
 BEGIN {
-$DBI::VERSION = "1.613"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.614"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -124,7 +124,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.613
+This is the DBI specification that corresponds to the DBI version 1.614
 ($Revision$).
 
 The DBI is evolving at a steady pace, so it's good to check that

Reply via email to