Skip to content

Commit

Permalink
fix: include hex version in bump
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 3, 2021
1 parent 078c116 commit 787d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/detail/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 0x020701D1
#define PYBIND11_VERSION_HEX 0x02070100

#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
#define PYBIND11_NAMESPACE_END(name) }
Expand Down

0 comments on commit 787d2c8

Please sign in to comment.