From 5fbd0a133d092811a4bb69b1cbf7201af4355d65 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 20 Jul 2011 12:43:03 +0100 Subject: [PATCH] Bump pybindgen version to pull another bug fix --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 59ee5a0ef..6b185fc2a 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, 792) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 794) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)