From 6e375eee8e193963927348f6f4e57bbd47fa38e0 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 5 Sep 2008 16:47:15 +0100 Subject: [PATCH] New pybindgen, should fix bug #308. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 1b1751b7c..dcd38d7e5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -22,7 +22,7 @@ else: os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 576) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 577) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)