--- projects/pystatgrab/setup.py 2004/05/31 14:50:04 1.16 +++ projects/pystatgrab/setup.py 2004/08/24 20:43:47 1.17 @@ -1,7 +1,7 @@ #!/usr/bin/env python # # i-scream pystatgrab -# http://www.i-scream.org +# http://www.i-scream.org/pystatgrab/ # Copyright (C) 2000-2004 i-scream # # This program is free software; you can redistribute it and/or @@ -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.16 2004/05/31 14:50:04 tdb Exp $ +# $Id: setup.py,v 1.17 2004/08/24 20:43:47 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -32,7 +32,7 @@ import os VERSION = "0.3" # required version of libstatgrab -LIBSTATGRAB = "0.10" +LIBSTATGRAB = "0.10.2" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):