From 285124fa83def1465d6ac32908a643acb769eda2 Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Sun, 28 Sep 2014 16:56:37 +0100 Subject: [PATCH] I meant to bump pybindgen version up, not down. Use latest PBG version. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index acf116607..b96618a17 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -13,7 +13,7 @@ from waflib.Errors import WafError # after = TaskGen.after ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 866) +REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 884) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3