X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/750c61c0cb7cd313a9fb0905e1dd64dc533d58a8..e7d93da8951557085bf18daac69e7b226203988e:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 081f74d..36ae2a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.37 2003/10/12 14:44:46 mdw Exp $ +## $Id: Makefile.am,v 1.38 2003/10/12 14:54:18 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.38 2003/10/12 14:54:18 mdw +## Version bump. +## ## Revision 1.37 2003/10/12 14:44:46 mdw ## Various fixes. ## @@ -147,7 +150,7 @@ pkginclude_HEADERS = \ ## --- Things to put in the library --- -libmLib_la_LDFLAGS = -version-info 2:1:0 +libmLib_la_LDFLAGS = -version-info 2:2:0 ## Middle number is the patchlevel. Final number is the minor version. The ## difference between the first and last numbers is major version.