--- projects/libukcprog/configure.in 2003/10/09 10:43:11 1.7 +++ projects/libukcprog/configure.in 2003/10/09 19:17:27 1.8 @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libukcprog -# $Id: configure.in,v 1.7 2003/10/09 10:43:11 tdb Exp $ +# $Id: configure.in,v 1.8 2003/10/09 19:17:27 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libukcprog, 1.0.1, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libukcprog, 1.0.1) +AC_INIT(libukcprog, 1.0.2, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libukcprog, 1.0.2) # Revision number (automatically updated) -AC_REVISION($Revision: 1.7 $) +AC_REVISION($Revision: 1.8 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)