[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.5,1.6
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-03-13 21:07:32
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv17455 Modified Files: project.pbxproj Log Message: Changed the version of the framework to 0.5.3. Serge Cohen, March 13th 2002. MySQL Cocoa Project.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.pbxproj 13 Mar 2002 19:59:36 -0000 1.5 --- project.pbxproj 13 Mar 2002 21:07:29 -0000 1.6 *************** *** 161,165 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.2d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 161,165 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 451,455 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.2d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 451,455 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 1851,1855 **** FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = "-seg1addr 0x08800000"; --- 1851,1854 ---- *************** *** 1895,1899 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.2d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 1894,1898 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> |