From 56e3099b994cf461bb68bf4c60d3359d63d981ea Mon Sep 17 00:00:00 2001 From: kwaclaw Date: Wed, 11 Jan 2006 01:10:46 +0000 Subject: [PATCH] Updated libtool version info. --- configure.in | 6 +++--- 1 file 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 -- 2.11.4.GIT