List:Commits« Previous MessageNext Message »
From:capttofu Date:December 23 2006 11:26pm
Subject:[svn:DBD-mysql] r8440 - in DBD-mysql: branches/4.1 trunk trunk/lib/DBD
View as plain text  
Author: capttofu
Date: Sat Dec 23 14:26:01 2006
New Revision: 8440

Removed:
   DBD-mysql/branches/4.1/
Modified:
   DBD-mysql/trunk/ChangeLog
   DBD-mysql/trunk/lib/DBD/mysql.pm

Log:
Clarification on version - 4.00


Modified: DBD-mysql/trunk/ChangeLog
==============================================================================
--- DBD-mysql/trunk/ChangeLog	(original)
+++ DBD-mysql/trunk/ChangeLog	Sat Dec 23 14:26:01 2006
@@ -6,7 +6,7 @@
   (Thanks Philip!) 
 * Reworked (for working with 4.0, which doesn't support sqlstate) Philip Stoev's 
   patch for sqlstate, bug #23935 (Thanks Philip!)
-* New Versioning! 4.0.0 now. This dev tree will now become trunk
+* New Versioning! 4.00 now. This dev tree will now become trunk
 * Cleaned up much code that failed between versions (!!!)
 * Turned off prepared statements by default
 * Tested this with 5.1, 5.0, 4.1, 4.0. Works with ALL these versions!

Modified: DBD-mysql/trunk/lib/DBD/mysql.pm
==============================================================================
--- DBD-mysql/trunk/lib/DBD/mysql.pm	(original)
+++ DBD-mysql/trunk/lib/DBD/mysql.pm	Sat Dec 23 14:26:01 2006
@@ -9,7 +9,7 @@
 use Carp ();
 @ISA = qw(DynaLoader);
 
-$VERSION = '4.0.0';
+$VERSION = '4.00';
 
 bootstrap DBD::mysql $VERSION;
 
Thread
[svn:DBD-mysql] r8440 - in DBD-mysql: branches/4.1 trunk trunk/lib/DBDcapttofu23 Dec