From 59fb5c6559e77ea60f088f8509c87859ae8525c9 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 28 Sep 2012 17:42:25 +0000 Subject: [PATCH] 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. llvm-svn: 164832 --- libcxx/include/__config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index 36eb10dec28b..f2b53a811164 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -15,7 +15,7 @@ #pragma GCC system_header #endif -#define _LIBCPP_VERSION 1002 +#define _LIBCPP_VERSION 1101 #define _LIBCPP_ABI_VERSION 1