Upgrade pybindgen to fix bug #723
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sat, 17 Oct 2009 00:30:07 +0100
changeset 5427 dded6ac1170e
parent 5426 7b36d173c490
child 5428 c2b66b1a475c
Upgrade pybindgen to fix bug #723
bindings/python/wscript
--- a/bindings/python/wscript	Fri Oct 16 07:13:05 2009 -0700
+++ b/bindings/python/wscript	Sat Oct 17 00:30:07 2009 +0100
@@ -15,7 +15,7 @@
 import Utils
 
 ## https://launchpad.net/pybindgen/
-REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 700)
+REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 703)
 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)