From 433c4e2eead8a9810df343856c7269339fc345c1 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 19 Aug 2008 12:53:44 +0100 Subject: [PATCH] New pybindgen version, fixes a couple of bugs caught by regression testing. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 480fb1a0d..9fe0f4677 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -21,7 +21,7 @@ else: 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)