--- projects/libstatgrab/configure.in 2006/12/01 14:21:16 1.91 +++ projects/libstatgrab/configure.in 2007/01/05 13:35:26 1.92 @@ -2,16 +2,16 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.91 2006/12/01 14:21:16 tdb Exp $ +# $Id: configure.in,v 1.92 2007/01/05 13:35:26 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.14, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.14) +AC_INIT(libstatgrab, 0.15, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.15) AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.91 $) +AC_REVISION($Revision: 1.92 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)