chiark / gitweb /
Version bump. 2.0.2
authormdw <mdw>
Sun, 12 Oct 2003 14:54:18 +0000 (14:54 +0000)
committermdw <mdw>
Sun, 12 Oct 2003 14:54:18 +0000 (14:54 +0000)
Makefile.am
configure.in

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.
 
index e4549e18be550ec5339cbf92684f36269d8800e6..526ff2283f3994eca2029bfbd054b0c47a0b80ba 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.33 2003/05/18 15:17:04 mdw Exp $
+dnl $Id: configure.in,v 1.34 2003/10/12 14:54:18 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.34  2003/10/12 14:54:18  mdw
+dnl Version bump.
+dnl
 dnl Revision 1.33  2003/05/18 15:17:04  mdw
 dnl Version bump.
 dnl
@@ -88,7 +91,7 @@ dnl Initial version of mLib
 dnl
 
 AC_INIT(exc.c)
-mdw_INIT_LIB(mLib, mLib, 2.0.1)
+mdw_INIT_LIB(mLib, mLib, 2.0.2)
 
 AC_PROG_CC
 AM_PROG_LIBTOOL