From 7b7923521c0926eba5ceaa941e6d3068f9666cc9 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 31 May 2002 21:31:12 +0000 Subject: [PATCH] Bump the version number of the shared library according to the libtool recommendations. --- expat/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/configure.in b/expat/configure.in index 9613bade..0ac7e9a1 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -44,9 +44,9 @@ dnl 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)