[Expat-checkins] expat configure.in,1.32,1.33
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 21:46:26 -0700
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv3732
Modified Files:
configure.in
Log Message:
Update the version/compatibility information for the API.
Update the email address for bug reports.
Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- configure.in 12 Jul 2002 15:49:33 -0000 1.32
+++ configure.in 5 Sep 2002 04:46:24 -0000 1.33
@@ -26,7 +26,7 @@
define([expat_version], ifdef([__gnu__],
[esyscmd(conftools/get-version.sh lib/expat.h)],
[1.95.x]))
-AC_INIT(expat, expat_version, expat-bugs@lists.sourceforge.net)
+AC_INIT(expat, expat_version, expat-bugs@mail.libexpat.org)
undefine([expat_version])
AC_CONFIG_SRCDIR(Makefile.in)
@@ -44,9 +44,9 @@
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=3
+LIBCURRENT=4
LIBREVISION=0
-LIBAGE=3
+LIBAGE=4
AC_CONFIG_HEADER(expat_config.h)