Update the DLL version numbering since the API has expanded in a

backward-compatible way.
This commit is contained in:
Fred L. Drake, Jr. 2002-06-12 19:46:53 +00:00
parent 449599e363
commit e5577d615f

View File

@ -44,9 +44,9 @@ dnl
dnl If the API changes incompatibly set LIBAGE back to 0 dnl If the API changes incompatibly set LIBAGE back to 0
dnl dnl
LIBCURRENT=2 LIBCURRENT=3
LIBREVISION=0 LIBREVISION=0
LIBAGE=2 LIBAGE=3
AC_CONFIG_HEADER(expat_config.h) AC_CONFIG_HEADER(expat_config.h)