chiark / gitweb /
Version bump.
[mLib] / Makefile.am
index d6c173f736e315a267d7a9e9cdb3434ecb92ba59..81b95155f94f271aa2314ccadf450b3296eaae0a 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.35 2003/05/16 00:22:57 mdw Exp $
+## $Id: Makefile.am,v 1.36 2003/05/18 15:17:04 mdw Exp $
 ##
 ## Building the distribution
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.36  2003/05/18 15:17:04  mdw
+## Version bump.
+##
 ## Revision 1.35  2003/05/16 00:22:57  mdw
 ## Test base64 and hex encoding.
 ##
@@ -140,7 +143,7 @@ pkginclude_HEADERS = \
 
 ## --- Things to put in the library ---
 
-libmLib_la_LDFLAGS = -version-info 2:0:0
+libmLib_la_LDFLAGS = -version-info 2:1:0
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.