Author: timbo
Date: Thu Feb 9 07:22:56 2012
New Revision: 15137
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
bump version to 1.618 for trial releases
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Thu Feb 9 07:22:56 2012
@@ -6,7 +6,7 @@
=cut
-=head2 Changes in DBI 1.618 TBD
+=head2 Changes in DBI 1.618-TRIAL (svn r15135) 7th January 2012
Fixed compiler warnings in Driver_xst.h (Martin J. Evans)
Fixed compiler warning in DBI.xs (H.Merijn Brand)
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Thu Feb 9 07:22:56 2012
@@ -11,7 +11,7 @@
require 5.008_001;
BEGIN {
-$VERSION = "1.617"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.618"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -126,7 +126,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to the DBI version 1.617
+This is the DBI specification that corresponds to the DBI version 1.618
($Revision$).
The DBI is evolving at a steady pace, so it's good to check that