Upgrade pybindgen to fix bug #723

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-10-17 00:30:07 +01:00
parent c237cbe114
commit 1a742a3c02

View File

@@ -15,7 +15,7 @@ import Build
import Utils
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 700)
REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 703)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)