X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b6f2c5a0196e0d698c012bd66b24687c8ff883f0..6540d0692a941a46c701ceb6366d00f9a6a37ef0:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index dca555f..eafa6e1 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -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.