--- projects/cms/source/idar/configure.in 2004/01/05 15:59:52 1.11 +++ projects/cms/source/idar/configure.in 2004/01/06 17:02:47 1.12 @@ -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.11 2004/01/05 15:59:52 tdb Exp $ +# $Id: configure.in,v 1.12 2004/01/06 17:02:47 tdb Exp $ # # Change these to change the package name and version -AC_INIT(idar, 1.2, bugs@i-scream.org) -AM_INIT_AUTOMAKE(idar, 1.2) +AC_INIT(idar, 1.2.1, bugs@i-scream.org) +AM_INIT_AUTOMAKE(idar, 1.2.1) # Revision number (automatically updated) -AC_REVISION($Revision: 1.11 $) +AC_REVISION($Revision: 1.12 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57)