--- projects/pystatgrab/setup.py 2004/03/25 23:01:13 1.13 +++ projects/pystatgrab/setup.py 2005/07/30 10:55:55 1.20 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# i-scream central monitoring system -# http://www.i-scream.org +# i-scream pystatgrab +# 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.13 2004/03/25 23:01:13 tdb Exp $ +# $Id: setup.py,v 1.20 2005/07/30 10:55:55 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -29,10 +29,10 @@ import sys import os # version of pystatgrab -VERSION = "0.2" +VERSION = "0.5" # required version of libstatgrab -LIBSTATGRAB = "0.9" +LIBSTATGRAB = "0.12" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):