From 3847257057f4cae58bfab7a1de2a452d4b905c83 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 3 Aug 2013 07:56:38 -0700 Subject: [PATCH] update required pybindgen version --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 85ed23155..f2e4491fb 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, 825) +REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 831) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)