From 70feac23e4367e6b2e7b9ca7498fdf4cc6c5e5b5 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 21 Apr 2010 08:39:57 -0400 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 a59cbbcbc..712cc017d 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, 0, 760) +REQUIRED_PYBINDGEN_VERSION = (0, 14, 1) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)