summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-05-31 21:31:12 +0000
committerfdrake <fdrake>2002-05-31 21:31:12 +0000
commitaba0786621362e8f269cf2819bd9dc55d7c818f3 (patch)
tree59bdedca7865cbce673e6dda6977f251c207b9c5 /configure.in
parent96f6acf2010ed77ce8925951629a54c14682fd97 (diff)
downloadlibexpat-aba0786621362e8f269cf2819bd9dc55d7c818f3.tar.gz
Bump the version number of the shared library according to the libtool
recommendations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9613bad..0ac7e9a 100644
--- a/configure.in
+++ b/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)