summaryrefslogtreecommitdiff
path: root/libcxx/include/__config
diff options
context:
space:
mode:
authorCullen Rhodes <cullen.rhodes@arm.com>2025-10-21 08:14:55 +0000
committerCullen Rhodes <cullen.rhodes@arm.com>2025-10-21 08:14:55 +0000
commit222fc11f2b8f25f6a0f4976272ef1bb7bf49521d (patch)
tree847fcf7001acff3f7bd8fbb4c070ec2a43b93f1d /libcxx/include/__config
parent480a90482e5b73479c7976d43dc871397ff9d67d (diff)
Bump version to 21.1.4llvmorg-21.1.4
Diffstat (limited to 'libcxx/include/__config')
-rw-r--r--libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 329edcb8dce1..8a1893c13165 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -28,7 +28,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 210103
+# define _LIBCPP_VERSION 210104
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)