preparing for v1.7 release

This commit is contained in:
Wenzel Jakob
2016-04-30 19:58:33 +02:00
parent 1959d18c48
commit e70b2abb6d
3 changed files with 9 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
#endif
#define PYBIND11_VERSION_MAJOR 1
#define PYBIND11_VERSION_MINOR 6
#define PYBIND11_VERSION_MINOR 7
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
#if defined(_MSC_VER)