X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/c5775f49c4b3ff27916c9425a0bb614df4bde3e4..fb3c7527e3ced929c1b6c11da3b2f635b4659b3e:/Makefile.am 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.