--- projects/pystatgrab/setup.py 2004/08/24 20:45:30 1.18 +++ projects/pystatgrab/setup.py 2005/07/30 10:53:28 1.19 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: setup.py,v 1.18 2004/08/24 20:45:30 tdb Exp $ +# $Id: setup.py,v 1.19 2005/07/30 10:53:28 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -32,7 +32,7 @@ import os VERSION = "0.4" # required version of libstatgrab -LIBSTATGRAB = "0.10.2" +LIBSTATGRAB = "0.12" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):