--- projects/libstatgrab/configure.in 2006/03/02 09:41:44 1.88 +++ projects/libstatgrab/configure.in 2006/03/18 10:19:32 1.89 @@ -2,16 +2,16 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.88 2006/03/02 09:41:44 tdb Exp $ +# $Id: configure.in,v 1.89 2006/03/18 10:19:32 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.13, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.13) +AC_INIT(libstatgrab, 0.14, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.14) AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.88 $) +AC_REVISION($Revision: 1.89 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)