chiark / gitweb /
Change header file guard names.
[mLib] / Makefile.am
index 2c1b4ac7ba1798693a67170450941920c379c79f..726441619e8c4e44b5dd9e55645943150ae24287 100644 (file)
@@ -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.