From 412cf215b97e91527e50c3a08c7e6ab2d279ec8c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 2 Jul 2015 12:29:48 -0700 Subject: [PATCH] bump pybindgen version --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 0e4b159e1..245691a9b 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, 886) +REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 887) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3