## -*-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
##
##----- 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.
##
## --- 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.