mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
fix: version number hex
This commit is contained in:
parent
c30f57d2ed
commit
5f4d725918
@ -15,7 +15,7 @@
|
||||
|
||||
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
|
||||
// Additional convention: 0xD = dev
|
||||
#define PYBIND11_VERSION_HEX 0x020800D0
|
||||
#define PYBIND11_VERSION_HEX 0x020800D1
|
||||
|
||||
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
|
||||
#define PYBIND11_NAMESPACE_END(name) }
|
||||
|
Loading…
Reference in New Issue
Block a user