[Expat-checkins] expat configure.in,1.29,1.30
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Fri May 31 14:32:02 2002
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv6972
Modified Files:
configure.in
Log Message:
Bump the version number of the shared library according to the libtool
recommendations.
Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- configure.in 18 May 2002 00:26:59 -0000 1.29
+++ configure.in 31 May 2002 21:31:12 -0000 1.30
@@ -44,9 +44,9 @@
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=1
+LIBCURRENT=2
LIBREVISION=0
-LIBAGE=1
+LIBAGE=2
AC_CONFIG_HEADER(expat_config.h)