From aea9e883e1f3efd14711336d335684560ae5c2aa Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 10 Aug 2010 15:06:35 +0100 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 d62573b49..968bde695 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, 764) +REQUIRED_PYBINDGEN_VERSION = (0, 14, 1, 768) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)