From f051f8fb190956a2ef4932acbc22b87a6b055161 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 18 Aug 2008 16:03:31 +0100 Subject: [PATCH] New PyBindGen version needed. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 674982114..37e2b52e0 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, 530) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 555) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)