diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-07-16 17:22:24 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-07-16 17:22:24 +0000 |
commit | f6a14fb4e27a91cea27ceec9fae439acf442320d (patch) | |
tree | fe0fbf04d065229fc571b220bf6f5163a15b8c54 /libcxx/include | |
parent | 7572e58b66bc4312b299ab00a2b780d900d735ed (diff) | |
download | bcm5719-llvm-f6a14fb4e27a91cea27ceec9fae439acf442320d.tar.gz bcm5719-llvm-f6a14fb4e27a91cea27ceec9fae439acf442320d.zip |
Set the libc++ version # to 3.7. Will bump to 3.8 soon
llvm-svn: 242421
Diffstat (limited to 'libcxx/include')
-rw-r--r-- | libcxx/include/__config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 3c67d8a295c..888f3c098cf 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -21,7 +21,7 @@ #define _GNUC_VER 0 #endif -#define _LIBCPP_VERSION 1101 +#define _LIBCPP_VERSION 3700 #define _LIBCPP_ABI_VERSION 1 |