Version bump. 2.0.1
authormdw <mdw>
Sun, 18 May 2003 15:17:04 +0000 (15:17 +0000)
committermdw <mdw>
Sun, 18 May 2003 15:17:04 +0000 (15:17 +0000)
Makefile.am
configure.in

index d6c173f..81b9515 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.
 
index d682652..e4549e1 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.32 2003/05/16 00:26:22 mdw Exp $
+dnl $Id: configure.in,v 1.33 2003/05/18 15:17:04 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
@@ -29,6 +29,9 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.33  2003/05/18 15:17:04  mdw
+dnl Version bump.
+dnl
 dnl Revision 1.32  2003/05/16 00:26:22  mdw
 dnl Version bump.
 dnl
@@ -85,7 +88,7 @@ dnl Initial version of mLib
 dnl
 
 AC_INIT(exc.c)
-mdw_INIT_LIB(mLib, mLib, 2.0.0)
+mdw_INIT_LIB(mLib, mLib, 2.0.1)
 
 AC_PROG_CC
 AM_PROG_LIBTOOL