From 2988c8d3957315a145d2ece9b0357a6554d1921b Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Sun, 13 Oct 2013 16:23:21 +0100 Subject: [PATCH] Grab a new bugfix from pybindgen --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index f2e4491fb..46bdd2bce 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, 16, 0, 831) +REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 834) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)