New pybindgen version, fixes a couple of bugs caught by regression testing.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue Aug 19 12:53:44 2008 +0100 (17 months ago)
changeset 3558db139d2d728e
parent 3557 15fe83e15ff5
child 3559 04315a10b9c1
New pybindgen version, fixes a couple of bugs caught by regression testing.
bindings/python/wscript
     1.1 --- a/bindings/python/wscript	Mon Aug 18 23:04:49 2008 +0100
     1.2 +++ b/bindings/python/wscript	Tue Aug 19 12:53:44 2008 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4      os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
     1.5  
     1.6  ## https://launchpad.net/pybindgen/
     1.7 -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 555)
     1.8 +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 557)
     1.9  REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    1.10  
    1.11