summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorcoopercc <coopercc>2000-12-27 19:37:37 +0000
committercoopercc <coopercc>2000-12-27 19:37:37 +0000
commit47af6235ae9340ab312dc4ecf2aec9043e1677a0 (patch)
tree577396f717ab39b1064cb1088528e75c81027af5 /configure.in
parent140c942c0224961f6bb013df92b398b1da76301e (diff)
downloadlibexpat-47af6235ae9340ab312dc4ecf2aec9043e1677a0.tar.gz
Clark's compromise changes to Fred's version info change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index a94dad7..d7beec6 100644
--- a/configure.in
+++ b/configure.in
@@ -19,13 +19,10 @@ dnl beta/development releases and even number minor version for stable
dnl releases. Edit is bumped with each release and set to 0 with
dnl change to major or minor version.
dnl
-dnl Note that these settings must be matched in lib/expat.h, in the
-dnl XML_*_VERSION constants.
-dnl
EXPAT_MAJOR_VERSION=1
-EXPAT_MINOR_VERSION=96
-EXPAT_EDIT=0
+EXPAT_MINOR_VERSION=95
+EXPAT_EDIT=2
EXPAT_VERSION=$EXPAT_MAJOR_VERSION.$EXPAT_MINOR_VERSION.$EXPAT_EDIT
VERSION=$EXPAT_VERSION
@@ -42,9 +39,9 @@ dnl
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=0
-LIBREVISION=1
-LIBAGE=0
+LIBCURRENT=1
+LIBREVISION=0
+LIBAGE=1
AC_CONFIG_HEADER(config.h:config.hin)
@@ -53,6 +50,9 @@ AC_PROG_LIBTOOL
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
+AC_SUBST(EXPAT_MAJOR_VERSION)
+AC_SUBST(EXPAT_MINOR_VERSION)
+AC_SUBST(EXPAT_EDIT)
AC_SUBST(LIBCURRENT)
AC_SUBST(LIBREVISION)