--- projects/cms/source/idar/configure.in 2003/03/30 23:00:36 1.3 +++ projects/cms/source/idar/configure.in 2003/04/02 19:04:29 1.4 @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream idar -# $Id: configure.in,v 1.3 2003/03/30 23:00:36 tdb Exp $ +# $Id: configure.in,v 1.4 2003/04/02 19:04:29 tdb Exp $ # # Change these to change the package name and version -AC_INIT(idar, 1.0, dev@i-scream.org.uk) -AM_INIT_AUTOMAKE(idar, 1.0) +AC_INIT(idar, 1.1, dev@i-scream.org.uk) +AM_INIT_AUTOMAKE(idar, 1.1) # Revision number (automatically updated) -AC_REVISION($Revision: 1.3 $) +AC_REVISION($Revision: 1.4 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)