From 33fb4a6ee84a3b6637fc117e1474aced8db79ea6 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Thu, 22 Jan 2026 21:26:02 +0800 Subject: [PATCH] Bump internals version --- include/pybind11/detail/internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/detail/internals.h b/include/pybind11/detail/internals.h index d66cf72cc..e2dee77ec 100644 --- a/include/pybind11/detail/internals.h +++ b/include/pybind11/detail/internals.h @@ -39,7 +39,7 @@ /// further ABI-incompatible changes may be made before the ABI is officially /// changed to the new version. #ifndef PYBIND11_INTERNALS_VERSION -# define PYBIND11_INTERNALS_VERSION 11 +# define PYBIND11_INTERNALS_VERSION 12 #endif #if PYBIND11_INTERNALS_VERSION < 11