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

Howard Hinnant hhinnant at apple.com
Fri Sep 28 10:42:25 PDT 2012


Author: hhinnant
Date: Fri Sep 28 12:42:25 2012
New Revision: 164832

URL: http://llvm.org/viewvc/llvm-project?rev=164832&view=rev
Log:
Due to a mistake on my own part, I need to burn some version numbers.  This does not impact any of the implementation of libc++, and does not impact the ABI in any way.

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=164832&r1=164831&r2=164832&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Fri Sep 28 12:42:25 2012
@@ -15,7 +15,7 @@
 #pragma GCC system_header
 #endif
 
-#define _LIBCPP_VERSION 1002
+#define _LIBCPP_VERSION 1101
 
 #define _LIBCPP_ABI_VERSION 1
 





More information about the cfe-commits mailing list