From acf666912bdb6e0878a480cae726ce133130ef95 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 10 Sep 2009 11:41:33 +0100 Subject: [PATCH] Switch to the official pybindgen 0.12 release --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index f6b50c1c6..26d475cca 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, 11, 0, 697) +REQUIRED_PYBINDGEN_VERSION = (0, 12, 0) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)