From 23e3e770aec696fcc1e461dd7a3fbe8de5a298dc Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 15 Aug 2010 21:20:24 -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 968bde695..9bcca61fd 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -15,7 +15,7 @@ import Build import Utils ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 14, 1, 768) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)