[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [runtimes] LLVM 24 version bumps (PR #211262)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 22 06:40:17 PDT 2026
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/211262
This patch bumps the version of libc++abi and libunwind, and libc++ in the documentation.
>From 710a8ff51a0131f6d691a55e427132ca989c4942 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Wed, 22 Jul 2026 09:39:23 -0400
Subject: [PATCH] [runtimes] LLVM 24 version bumps
This patch bumps the version of libc++abi and libunwind, and
libc++ in the documentation.
---
libcxx/docs/conf.py | 4 ++--
libcxxabi/include/cxxabi.h | 2 +-
libunwind/include/__libunwind_config.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py
index 9051bce7cf356..98aa52edd5d2e 100644
--- a/libcxx/docs/conf.py
+++ b/libcxx/docs/conf.py
@@ -32,9 +32,9 @@
# built documents.
#
# The short X.Y version.
-version = "23.0"
+version = "24.0"
# The full version, including alpha/beta/rc tags.
-release = "23.0"
+release = "24.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h
index c65e353d68daf..66301d308282d 100644
--- a/libcxxabi/include/cxxabi.h
+++ b/libcxxabi/include/cxxabi.h
@@ -19,7 +19,7 @@
#include <__cxxabi_config.h>
-#define _LIBCPPABI_VERSION 230000
+#define _LIBCPPABI_VERSION 240000
#define _LIBCXXABI_ALWAYS_COLD __attribute__((cold))
#ifdef __cplusplus
diff --git a/libunwind/include/__libunwind_config.h b/libunwind/include/__libunwind_config.h
index a1179c73c5906..0c7aed13375a1 100644
--- a/libunwind/include/__libunwind_config.h
+++ b/libunwind/include/__libunwind_config.h
@@ -9,7 +9,7 @@
#ifndef ____LIBUNWIND_CONFIG_H__
#define ____LIBUNWIND_CONFIG_H__
-#define _LIBUNWIND_VERSION 230000
+#define _LIBUNWIND_VERSION 240000
#if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \
!defined(__ARM_DWARF_EH__) && !defined(__SEH__)
More information about the libcxx-commits
mailing list