Bump required pybindgen version for the container parameter default_value impl.

Gustavo J. A. M. Carneiro 2012-05-15 15:53:20 +01:00
parent 0fdb8ed5cf
commit e2252b9a75
1 changed files with 1 additions and 1 deletions

View File

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