From a0be1da4b506050ca21f60ec30d31043ec8c60eb Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 23 Jun 2014 09:52:33 -0700 Subject: [PATCH] update pybindgen version --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index f61a4cec3..a9cddcae7 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, 868) +REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 876) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3