From e2252b9a75a7ee104243280607cf52c410ff6aaf Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 15 May 2012 15:53:20 +0100 Subject: [PATCH] Bump required pybindgen version for the container parameter default_value impl. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index e2580e227..64c3529c5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -17,7 +17,7 @@ import Utils from waflib.Errors import WafError ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 797) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 809) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)