Skip to content

Commit d2b6f1a

Browse files
committed
Bump PYBIND11_INTERNALS_VERSION to 12 (for PRs 5879, 5887, 5960)
1 parent 1c08eb8 commit d2b6f1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/pybind11/detail/internals.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
/// further ABI-incompatible changes may be made before the ABI is officially
4040
/// changed to the new version.
4141
#ifndef PYBIND11_INTERNALS_VERSION
42-
# define PYBIND11_INTERNALS_VERSION 11
42+
# define PYBIND11_INTERNALS_VERSION 12
4343
#endif
4444

45-
#if PYBIND11_INTERNALS_VERSION < 11
46-
# error "PYBIND11_INTERNALS_VERSION 11 is the minimum for all platforms for pybind11v3."
45+
#if PYBIND11_INTERNALS_VERSION < 12
46+
# error "PYBIND11_INTERNALS_VERSION 12 is the minimum for all platforms for pybind11 v3.1.0"
4747
#endif
4848

4949
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)

0 commit comments

Comments
 (0)