X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c7f30b36a38f7c6daae7262ae866f886d0433350..c6e0eaf00cd09a4e5237e70d8351049ec91d7653:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2c1b4ac..7264416 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.17 1999/11/11 18:47:33 mdw Exp $ +## $Id: Makefile.am,v 1.18 1999/11/21 13:01:01 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.18 1999/11/21 13:01:01 mdw +## Version bump. +## ## Revision 1.17 1999/11/11 18:47:33 mdw ## Use `libtool' to generate a shared library. ## @@ -107,7 +110,7 @@ pkginclude_HEADERS = \ ## --- Things to put in the library --- -libmLib_la_LDFLAGS = -version-info 7:0:6 +libmLib_la_LDFLAGS = -version-info 7:1:6 ## Middle number is the patchlevel. Final number is the minor version. The ## difference between the first and last numbers is major version.