Author: timbo
Date: Sun Nov 14 13:11:28 2004
New Revision: 580

Modified:
   dbi/trunk/Changes
   dbi/trunk/DBI.pm
Log:
Prep for DBI 1.46


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Sun Nov 14 13:11:28 2004
@@ -4,7 +4,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.46 (svn rev XXX),    5th November 2004
+=head2 Changes in DBI 1.46 (svn rev 580),    14th November 2004
 
   Fixed parsing bugs in DBI::SQL::Nano thanks to Jeff Zucker.
   Fixed a couple of bad links in docs thanks to Graham Barr.

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Sun Nov 14 13:11:28 2004
@@ -9,7 +9,7 @@
 require 5.006_00;
 
 BEGIN {
-$DBI::VERSION = "1.45"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.46"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -118,7 +118,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.45.
+This is the DBI specification that corresponds to the DBI version 1.46.
 
 The DBI is evolving at a steady pace, so it's good to check that
 you have the latest copy.

Reply via email to