--- projects/libstatgrab/configure.in 2004/04/06 16:37:33 1.67 +++ projects/libstatgrab/configure.in 2004/05/19 15:12:44 1.68 @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.67 2004/04/06 16:37:33 tdb Exp $ +# $Id: configure.in,v 1.68 2004/05/19 15:12:44 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.10, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.10) +AC_INIT(libstatgrab, 0.10.1, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.10.1) # Revision number (automatically updated) -AC_REVISION($Revision: 1.67 $) +AC_REVISION($Revision: 1.68 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)