From e5577d615f1d64c22880a92b8a22a495cc77ad0f Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 12 Jun 2002 19:46:53 +0000 Subject: [PATCH] Update the DLL version numbering since the API has expanded in a backward-compatible way. --- expat/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/configure.in b/expat/configure.in index 0ac7e9a1..6b478cd2 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=2 +LIBCURRENT=3 LIBREVISION=0 -LIBAGE=2 +LIBAGE=3 AC_CONFIG_HEADER(expat_config.h)