summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-01-11 01:10:46 +0000
committerkwaclaw <kwaclaw>2006-01-11 01:10:46 +0000
commit7bbf88404dd306d4e6f045497065868e2f4f84b4 (patch)
treefb0f11539895f851c1e049a3df155b376388ec87
parente3a7dd6b82a251eacabe0c8287c309a9878d713c (diff)
downloadlibexpat-7bbf88404dd306d4e6f045497065868e2f4f84b4.tar.gz
Updated libtool version info.R_2_0_0
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b53e455..9d3a6f7 100644
--- a/configure.in
+++ b/configure.in
@@ -25,8 +25,8 @@ dnl test. I believe this test will work, but I don't have a place with non-
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@mail.libexpat.org)
+ [2.0.x]))
+AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
undefine([expat_version])
AC_CONFIG_SRCDIR(Makefile.in)
@@ -44,7 +44,7 @@ dnl
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=5
+LIBCURRENT=6
LIBREVISION=0
LIBAGE=5