chiark / gitweb /
Version bump.
[mLib] / Makefile.am
index 081f74df710339d2c2981e0abf69389c9a7a0855..36ae2a339dd51287fe79b27fdf408d5b56a9d3be 100644 (file)
@@ -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.