Version bump.
[u/mdw/catacomb] / Makefile.m4
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.