Skip to content

Commit 97e12d2

Browse files
committed
Revert internals version bump
1 parent 8f25a25 commit 97e12d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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 12
42+
# define PYBIND11_INTERNALS_VERSION 11
4343
#endif
4444

4545
#if PYBIND11_INTERNALS_VERSION < 11

0 commit comments

Comments
 (0)