Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olivier B.
pybind11
Commits
4f8902a9
Commit
4f8902a9
authored
Feb 07, 2016
by
Wenzel Jakob
Browse files
starting development cycle for v1.3
parent
8ed28082
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/pybind11/common.h
View file @
4f8902a9
...
...
@@ -31,7 +31,7 @@
#endif
#define PYBIND11_VERSION_MAJOR 1
#define PYBIND11_VERSION_MINOR
2
#define PYBIND11_VERSION_MINOR
3
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
#if defined(_MSC_VER)
...
...
pybind11/_version.py
View file @
4f8902a9
version_info
=
(
1
,
2
)
version_info
=
(
1
,
3
,
'dev0'
)
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment