New pybindgen version, fixes a couple of bugs caught by regression testing.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-08-19 12:53:44 +01:00
parent 7c7b4e12fb
commit 433c4e2eea

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 555)
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 557)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)