--- projects/libstatgrab/configure.in 2008/02/16 16:11:16 1.96 +++ projects/libstatgrab/configure.in 2008/05/24 21:05:17 1.98 @@ -2,16 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.96 2008/02/16 16:11:16 tdb Exp $ +# $Id: configure.in,v 1.98 2008/05/24 21:05:17 ats Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.16, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.16) -AM_MAINTAINER_MODE +AC_INIT(libstatgrab, 0.17, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.17) # Revision number (automatically updated) -AC_REVISION($Revision: 1.96 $) +AC_REVISION($Revision: 1.98 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)