[Mysql-cocoa-commits] CVS: SMySQL/MCPFoundationKit MCPConnection.m,1.2,1.3 MCPResult.m,1.2,1.3
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2004-03-02 00:14:08
|
Update of /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13926/MCPFoundationKit Modified Files: MCPConnection.m MCPResult.m Log Message: Corrected the InfoPlist.strings file bug (for the source distribution). Corrected the version string... so that they are all in sync to 2.2.3. 2004-03-02; Serge Cohen. Index: MCPConnection.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/MCPConnection.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MCPConnection.m 11 Oct 2003 20:32:25 -0000 1.2 --- MCPConnection.m 1 Mar 2004 23:54:52 -0000 1.3 *************** *** 122,126 **** { if (self = [MCPConnection class]) { ! [self setVersion:020202]; // Ma.Mi.Re -> MaMiRe } --- 122,126 ---- { if (self = [MCPConnection class]) { ! [self setVersion:020203]; // Ma.Mi.Re -> MaMiRe } Index: MCPResult.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/MCPResult.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MCPResult.m 11 Oct 2003 20:32:25 -0000 1.2 --- MCPResult.m 1 Mar 2004 23:54:52 -0000 1.3 *************** *** 71,75 **** { if (self = [MCPResult class]) { ! [self setVersion:020202]; // Ma.Mi.Re -> MaMiRe MCPYear0000 = [[NSCalendarDate dateWithTimeIntervalSinceReferenceDate:-63146822400.0] retain]; [MCPYear0000 setCalendarFormat:@"%Y"]; --- 71,75 ---- { if (self = [MCPResult class]) { ! [self setVersion:020203]; // Ma.Mi.Re -> MaMiRe MCPYear0000 = [[NSCalendarDate dateWithTimeIntervalSinceReferenceDate:-63146822400.0] retain]; [MCPYear0000 setCalendarFormat:@"%Y"]; |