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 078c116 commit 787d2c8Copy full SHA for 787d2c8
include/pybind11/detail/common.h
@@ -15,7 +15,7 @@
15
16
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
17
// Additional convention: 0xD = dev
18
-#define PYBIND11_VERSION_HEX 0x020701D1
+#define PYBIND11_VERSION_HEX 0x02070100
19
20
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
21
#define PYBIND11_NAMESPACE_END(name) }
0 commit comments