We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c08eb8 commit d2b6f1aCopy full SHA for d2b6f1a
1 file changed
include/pybind11/detail/internals.h
@@ -39,11 +39,11 @@
39
/// further ABI-incompatible changes may be made before the ABI is officially
40
/// changed to the new version.
41
#ifndef PYBIND11_INTERNALS_VERSION
42
-# define PYBIND11_INTERNALS_VERSION 11
+# define PYBIND11_INTERNALS_VERSION 12
43
#endif
44
45
-#if PYBIND11_INTERNALS_VERSION < 11
46
-# error "PYBIND11_INTERNALS_VERSION 11 is the minimum for all platforms for pybind11v3."
+#if PYBIND11_INTERNALS_VERSION < 12
+# error "PYBIND11_INTERNALS_VERSION 12 is the minimum for all platforms for pybind11 v3.1.0"
47
48
49
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
0 commit comments