chiark / gitweb /
Version bump.
[mLib] / Makefile.am
index 726441619e8c4e44b5dd9e55645943150ae24287..7a96c20375301882c16e4a545fda3fa47131ec60 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.18 1999/11/21 13:01:01 mdw Exp $
+## $Id: Makefile.am,v 1.19 1999/12/12 17:37:03 mdw Exp $
 ##
 ## Building the distribution
 ##
@@ -29,7 +29,7 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
-## Revision 1.18  1999/11/21 13:01:01  mdw
+## Revision 1.19  1999/12/12 17:37:03  mdw
 ## Version bump.
 ##
 ## Revision 1.17  1999/11/11 18:47:33  mdw
@@ -110,7 +110,7 @@ pkginclude_HEADERS = \
 
 ## --- Things to put in the library ---
 
-libmLib_la_LDFLAGS = -version-info 7:1:6
+libmLib_la_LDFLAGS = -version-info 7:2:6
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.