]> granicus.if.org Git - libexpat/commitdiff
Update the version/compatibility information for the API.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 5 Sep 2002 04:46:24 +0000 (04:46 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 5 Sep 2002 04:46:24 +0000 (04:46 +0000)
Update the email address for bug reports.

expat/configure.in

index 09d6eb643b8916d72487a5e36f4f751c870e89e5..ae6d441badd029f3a1b03c2db6ceb9011df6437a 100644 (file)
@@ -26,7 +26,7 @@ dnl GNU M4 to test it right now.
 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
 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)