"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "5766c3a6090e07d806c34bdb8a2e9ccfbf81db16"
Commit 787d2c88 authored by Henry Schreiner's avatar Henry Schreiner
Browse files

fix: include hex version in bump

parent 078c1167
...@@ -15,7 +15,7 @@ ...@@ -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) }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment