mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-31 12:03:22 +08:00
fix: include hex version in bump
This commit is contained in:
parent
078c116749
commit
787d2c88ca
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
|
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
|
||||||
// Additional convention: 0xD = dev
|
// Additional convention: 0xD = dev
|
||||||
#define PYBIND11_VERSION_HEX 0x020701D1
|
#define PYBIND11_VERSION_HEX 0x02070100
|
||||||
|
|
||||||
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
|
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
|
||||||
#define PYBIND11_NAMESPACE_END(name) }
|
#define PYBIND11_NAMESPACE_END(name) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user