Various small fixes.
[doc/ips] / configure.in
index 463dd78..f5643d0 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.1 2002/02/24 15:43:20 mdw Exp $
+dnl $Id: configure.in,v 1.2 2002/07/17 08:52:06 mdw Exp $
 dnl
 dnl Dummy configuration script for ips 
 dnl
@@ -26,12 +26,15 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.2  2002/07/17 08:52:06  mdw
+dnl Various small fixes.
+dnl
 dnl Revision 1.1  2002/02/24 15:43:20  mdw
 dnl New build system.
 dnl
 
 AC_INIT(ips.tex)
-AM_INIT_AUTOMAKE(ips, 1.1.0)
+AM_INIT_AUTOMAKE(ips, 1.1.1)
 AC_OUTPUT(Makefile)
 
 dnl ----- That's all, folks -------------------------------------------------