[llvm-branch-commits] [libcxx] 43b5b04 - [libcxx] Bump libc++ version to 15.0.1
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 19 10:49:08 PDT 2022
Author: Tobias Hieta
Date: 2022-09-19T19:48:50+02:00
New Revision: 43b5b04f27f1405d067680d6ebe349b8409b0763
URL: https://github.com/llvm/llvm-project/commit/43b5b04f27f1405d067680d6ebe349b8409b0763
DIFF: https://github.com/llvm/llvm-project/commit/43b5b04f27f1405d067680d6ebe349b8409b0763.diff
LOG: [libcxx] Bump libc++ version to 15.0.1
Added:
Modified:
libcxx/include/__config
Removed:
################################################################################
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 8c2f7614af537..2f80df35f909a 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -24,7 +24,7 @@
#ifdef __cplusplus
-# define _LIBCPP_VERSION 15000
+# define _LIBCPP_VERSION 15001
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
More information about the llvm-branch-commits
mailing list