From: mdw Date: Sun, 8 Oct 2000 16:00:54 +0000 (+0000) Subject: Version bump. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/d8aff488836700a793b448e2c356fb60dfc9e894 Version bump. --- diff --git a/configure.in b/configure.in index 19be741..d28ae70 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.21 2000/10/08 12:01:28 mdw Exp $ +dnl $Id: configure.in,v 1.22 2000/10/08 16:00:54 mdw Exp $ dnl dnl Autoconfiguration for Catacomb dnl @@ -29,6 +29,9 @@ dnl MA 02111-1307, USA. dnl ----- Revision history -------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.22 2000/10/08 16:00:54 mdw +dnl Version bump. +dnl dnl Revision 1.21 2000/10/08 12:01:28 mdw dnl Reinstate the `-pedantic' option. dnl @@ -75,7 +78,7 @@ dnl dnl --- Boring boilerplate --- AC_INIT(blkc.h) -mdw_INIT_LIB(catacomb, Catacomb, 2.0.0pre7) +mdw_INIT_LIB(catacomb, Catacomb, 2.0.0pre8) AM_CONFIG_HEADER(config.h) dnl --- Make sure I can compile and build libraries ---