[libcxx] r242421 - Set the libc++ version # to 3.7. Will bump to 3.8 soon

Marshall Clow mclow.lists at gmail.com
Thu Jul 16 10:22:24 PDT 2015


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
 





More information about the cfe-commits mailing list