From 2f907d942bc8097575a98a4d0f42bbc2b84a6808 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 5 Jul 2011 18:53:05 +0100 Subject: [PATCH] Bump required pybindgen version --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index a22c2ef3a..b56955c10 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, 15, 0, 785) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 790) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)