--- projects/libstatgrab/configure.in 2004/01/06 17:02:48 1.48 +++ projects/libstatgrab/configure.in 2004/01/19 17:01:21 1.49 @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.48 2004/01/06 17:02:48 tdb Exp $ +# $Id: configure.in,v 1.49 2004/01/19 17:01:21 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.8.1, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.8.1) +AC_INIT(libstatgrab, 0.8.2, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.8.2) # Revision number (automatically updated) -AC_REVISION($Revision: 1.48 $) +AC_REVISION($Revision: 1.49 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)