We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8df54 commit a7d0fd9Copy full SHA for a7d0fd9
include/pybind11/detail/internals.h
@@ -37,11 +37,11 @@
37
/// further ABI-incompatible changes may be made before the ABI is officially
38
/// changed to the new version.
39
#ifndef PYBIND11_INTERNALS_VERSION
40
-# define PYBIND11_INTERNALS_VERSION 7
+# define PYBIND11_INTERNALS_VERSION 106
41
#endif
42
43
-#if PYBIND11_INTERNALS_VERSION < 7
44
-# error "PYBIND11_INTERNALS_VERSION 7 is the minimum for all platforms for pybind11v3."
+#if PYBIND11_INTERNALS_VERSION < 106
+# error "PYBIND11_INTERNALS_VERSION 106 is the minimum (SPECIAL SITUATION)."
45
46
47
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
0 commit comments