Skip to content

Commit 43b5b04

Browse files
committed
[libcxx] Bump libc++ version to 15.0.1
1 parent d4bada9 commit 43b5b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#ifdef __cplusplus
2626

27-
# define _LIBCPP_VERSION 15000
27+
# define _LIBCPP_VERSION 15001
2828

2929
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
3030
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)

0 commit comments

Comments
 (0)