Bug 1348 - python bindings: deprecated conversion from string constant to ‘char*’

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-02-20 12:03:30 +00:00
parent 4e460e6d51
commit de30b49a80

View File

@@ -17,7 +17,7 @@ import Utils
from waflib.Errors import WafError
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 795)
REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 797)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)