[cfe-commits] [libcxx] r164700 - /libcxx/trunk/include/__config

Howard Hinnant hhinnant at apple.com
Wed Sep 26 08:38:09 PDT 2012


Author: hhinnant
Date: Wed Sep 26 10:38:09 2012
New Revision: 164700

URL: http://llvm.org/viewvc/llvm-project?rev=164700&view=rev
Log:
Bump _LIBCPP_VERSION to 1002

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=164700&r1=164699&r2=164700&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Wed Sep 26 10:38:09 2012
@@ -15,7 +15,7 @@
 #pragma GCC system_header
 #endif
 
-#define _LIBCPP_VERSION 1001
+#define _LIBCPP_VERSION 1002
 
 #define _LIBCPP_ABI_VERSION 1
 





More information about the cfe-commits mailing list