Author: marshall
Date: Thu Jul 16 12:22:24 2015
New Revision: 242421

URL: http://llvm.org/viewvc/llvm-project?rev=242421&view=rev
Log:
Set the libc++ version # to 3.7.   Will bump to 3.8 soon

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=242421&r1=242420&r2=242421&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu Jul 16 12:22:24 2015
@@ -21,7 +21,7 @@
 #define _GNUC_VER 0
 #endif
 
-#define _LIBCPP_VERSION 1101
+#define _LIBCPP_VERSION 3700
 
 #define _LIBCPP_ABI_VERSION 1
 


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to