X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/c7f30b36a38f7c6daae7262ae866f886d0433350..e351a12dc5e81a3c8aa08fee6e189685af7f7346:/Makefile.am?ds=sidebyside 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.