Post release version bump (#4747)

* Boilerplate version number update after v2.11.0 release.

* Small updates to release.rst
This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-07-14 14:53:58 -07:00
committed by GitHub
parent 1a917f1852
commit e85696e80e
4 changed files with 17 additions and 8 deletions

View File

@@ -10,12 +10,12 @@
#pragma once
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 11
#define PYBIND11_VERSION_PATCH 0
#define PYBIND11_VERSION_MINOR 12
#define PYBIND11_VERSION_PATCH 0.dev1
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
// Additional convention: 0xD = dev
#define PYBIND11_VERSION_HEX 0x020B0000
#define PYBIND11_VERSION_HEX 0x020C00D1
// Define some generic pybind11 helper macros for warning management.
//