New pybindgen version, fixes a couple of bugs caught by regression testing.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 19 Aug 2008 12:53:44 +0100
changeset 3542 db139d2d728e
parent 3541 15fe83e15ff5
child 3543 04315a10b9c1
New pybindgen version, fixes a couple of bugs caught by regression testing.
bindings/python/wscript
--- a/bindings/python/wscript	Mon Aug 18 23:04:49 2008 +0100
+++ b/bindings/python/wscript	Tue Aug 19 12:53:44 2008 +0100
@@ -21,7 +21,7 @@
     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)