From 44e6ff72b07a106b7d190addae63390603d342ed Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 23 Feb 2014 11:40:12 -0800 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 23c0adea5..3e09f17bd 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, 834) +REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 865) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3