diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-06-22 09:50:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-06-22 10:04:43 +0000 |
commit | 23e196feed9f559d4ae1fcf003c6360196309a19 (patch) | |
tree | 01b44f8bf9899ea9b845b4f0e1c676e05c5921cf | |
parent | 3b922bd9516f6dc5146815ed8d4363fcbe97997f (diff) |
Vendor import of llvm-project branch release/16.x llvmorg-16.0.6-0-g7cbf1a259152 (aka 16.0.6 release).vendor/llvm-project/llvmorg-16.0.6-0-g7cbf1a259152vendor/llvm-project/release-16.x
-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 d7ba71906e26..10815388389a 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -38,7 +38,7 @@ // _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM. // Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 16.0.1 == 16.00.01), _LIBCPP_VERSION is // defined to XXYYZZ. -# define _LIBCPP_VERSION 160005 +# define _LIBCPP_VERSION 160006 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y) |