v2.0.0 release

This commit is contained in:
Wenzel Jakob
2017-01-01 13:55:06 +01:00
parent 401008163a
commit e33ef9c20d
4 changed files with 7 additions and 7 deletions

View File

@@ -52,9 +52,9 @@
# define PYBIND11_DEPRECATED(reason) __declspec(deprecated)
#endif
#define PYBIND11_VERSION_MAJOR 1
#define PYBIND11_VERSION_MINOR 9
#define PYBIND11_VERSION_PATCH dev0
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 0
#define PYBIND11_VERSION_PATCH 0
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
#if defined(_MSC_VER)