Version bump.
authormdw <mdw>
Mon, 13 Dec 1999 15:42:50 +0000 (15:42 +0000)
committermdw <mdw>
Mon, 13 Dec 1999 15:42:50 +0000 (15:42 +0000)
Makefile.m4
configure.in

index dca555f..eafa6e1 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.19 1999/12/11 10:58:24 mdw Exp $
+## $Id: Makefile.m4,v 1.20 1999/12/13 15:42:50 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.20  1999/12/13 15:42:50  mdw
+## Version bump.
+##
 ## Revision 1.19  1999/12/11 10:58:24  mdw
 ## Fix bug in test rig link flags.  Add Karatsuba squaring.
 ##
@@ -149,7 +152,7 @@ BUILT_SOURCES = \
 
 lib_LTLIBRARIES = libcatacomb.la
 
-libcatacomb_la_LDFLAGS = -version-info 0:5:0
+libcatacomb_la_LDFLAGS = -version-info 1:0:0
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.
 
index 5a02d2c..d000631 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.8 1999/11/21 13:06:38 mdw Exp $
+dnl $Id: configure.in,v 1.9 1999/12/13 15:42:50 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,7 +29,7 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
-dnl Revision 1.8  1999/11/21 13:06:38  mdw
+dnl Revision 1.9  1999/12/13 15:42:50  mdw
 dnl Version bump.
 dnl
 dnl Revision 1.7  1999/11/13 01:55:48  mdw
@@ -59,7 +59,7 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-AM_INIT_AUTOMAKE(catacomb, 1.0.0pre4)
+AM_INIT_AUTOMAKE(catacomb, 1.0.0)
 AM_CONFIG_HEADER(config.h)
 
 dnl --- Make sure I can compile and build libraries ---