diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2024-01-25 18:03:34 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2024-01-25 18:03:34 +0000 |
commit | 2d835ae8657273e3aa8b9ef3201fb8df5563af9d (patch) | |
tree | b88f5a263611cde3e3216f772eddb22e78dac767 | |
parent | 4df029cc74e5ec124f14a5682e44999ce4f086df (diff) |
Vendor import of llvm-project branch release/18.x llvmorg-18-init-18361-g22683463740e.vendor/llvm-project/llvmorg-18-init-18361-g22683463740e
-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 9557e8e8cf97..18875e1b61e6 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -62,7 +62,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 17.0.1 == 17.00.01), _LIBCPP_VERSION is // defined to XXYYZZ. -# define _LIBCPP_VERSION 180000 +# define _LIBCPP_VERSION 180100 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y) |