Author: wyoung
Date: Thu Jun 20 21:18:44 2013
New Revision: 2729

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2729&view=rev
Log:
Changed Connector/C locations to assume 6.1 now instead of 6.0.2.

Modified:
    trunk/README-MinGW.txt
    trunk/README-Visual-C++.txt
    trunk/mysql++.bkl

Modified: trunk/README-MinGW.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README-MinGW.txt?rev=2729&r1=2728&r2=2729&view=diff
==============================================================================
--- trunk/README-MinGW.txt (original)
+++ trunk/README-MinGW.txt Thu Jun 20 21:18:44 2013
@@ -15,7 +15,7 @@
     which you can download from mysql.com.  The distribution assumes
     these files are in:
 
-        C:\Program Files\MySQL\MySQL Connector C 6.0.2\
+        C:\Program Files\MySQL\MySQL Connector C 6.1\
 
     There are a number of reasons why that path may not work for you:
 
@@ -25,14 +25,14 @@
         Connector/C and MinGW installed and wish to build a 32-bit
         binary.  In that case, the path will look like this instead:
 
-          C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2\
+          C:\Program Files (x86)\MySQL\MySQL Connector C 6.1\
 
       - You may have the MySQL Server on your system and installed the
         development files along with it, and therefore don't want to
         install Connector/C separately.  In that case, the path will
         look like this instead:
 
-          C:\Program Files\MySQL\MySQL Server 5.5\
+          C:\Program Files\MySQL\MySQL Server 5.6\
     
     Regardless of the reason you have for changing this path, there are
     two ways that work:

Modified: trunk/README-Visual-C++.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README-Visual-C%2B%2B.txt?rev=2729&r1=2728&r2=2729&view=diff
==============================================================================
--- trunk/README-Visual-C++.txt (original)
+++ trunk/README-Visual-C++.txt Thu Jun 20 21:18:44 2013
@@ -72,7 +72,7 @@
     current stable version of Connector/C, which gets installed here
     at the time of this writing:
 
-        C:\Program Files\MySQL\MySQL Connector C 6.0.2\
+        C:\Program Files\MySQL\MySQL Connector C 6.1\
 
     If you installed a different version, or it's in a different
     directory, or you've installed the development files as part of

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2729&r1=2728&r2=2729&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Jun 20 21:18:44 2013
@@ -25,7 +25,7 @@
   </option>
 
   <set var="MYSQL_WIN_DIR">
-    C:\Program Files\MySQL\MySQL Connector C 6.0.2
+    C:\Program Files\MySQL\MySQL Connector C 6.1
   </set>
 
   <set var="DEBUGINFO">


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to