fix: version number hex

This commit is contained in:
Henry Schreiner 2021-08-03 17:03:11 -04:00
parent c30f57d2ed
commit 5f4d725918
No known key found for this signature in database
GPG Key ID: B9D0E45146A241E8

View File

@ -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) }