Author: REHSACK
Date: Mon Oct  1 02:36:00 2012
New Revision: 15404

Modified:
   dbi/branches/sqlengine/lib/DBD/DBM.pm
   dbi/branches/sqlengine/lib/DBD/File.pm
   dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm

Log:
bump versions

Modified: dbi/branches/sqlengine/lib/DBD/DBM.pm
==============================================================================
--- dbi/branches/sqlengine/lib/DBD/DBM.pm       (original)
+++ dbi/branches/sqlengine/lib/DBD/DBM.pm       Mon Oct  1 02:36:00 2012
@@ -24,7 +24,7 @@
 #################
 use base qw( DBD::File );
 use vars qw($VERSION $ATTRIBUTION $drh $methods_already_installed);
-$VERSION     = '0.06';
+$VERSION     = '0.07';
 $ATTRIBUTION = 'DBD::DBM by Jens Rehsack';
 
 # no need to have driver() unless you need private methods

Modified: dbi/branches/sqlengine/lib/DBD/File.pm
==============================================================================
--- dbi/branches/sqlengine/lib/DBD/File.pm      (original)
+++ dbi/branches/sqlengine/lib/DBD/File.pm      Mon Oct  1 02:36:00 2012
@@ -35,7 +35,7 @@
 use Carp;
 use vars qw(@ISA $VERSION $drh);
 
-$VERSION = "0.40";
+$VERSION = "0.41";
 
 $drh = undef;          # holds driver handle(s) once initialized
 

Modified: dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm
==============================================================================
--- dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm     (original)
+++ dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm     Mon Oct  1 02:36:00 2012
@@ -33,7 +33,7 @@
 use Carp;
 use vars qw( @ISA $VERSION $drh %methods_installed);
 
-$VERSION = "0.04";
+$VERSION = "0.05";
 
 $drh = undef;    # holds driver handle(s) once initialized
 

Reply via email to