From de30b49a804312a46c2894565891d2df02f3f78e Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 20 Feb 2012 12:03:30 +0000 Subject: [PATCH] =?UTF-8?q?Bug=201348=20-=20python=20bindings:=20deprecate?= =?UTF-8?q?d=20conversion=20from=20string=20constant=20to=20=E2=80=98char*?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index e38aa82d9..66790c6c5 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, 795) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 797) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)