summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2000-12-21 01:50:28 +0000
committerfdrake <fdrake>2000-12-21 01:50:28 +0000
commit97b28358b2c0f2a30e2c4edd8befff69628a5fdb (patch)
tree19e1e7b1ee83f06ac2bde4bca4d76d3eae04c18d /configure.in
parent2533abf19ca01a92ba0be7fb8f5340b33aa8bbc1 (diff)
downloadlibexpat-97b28358b2c0f2a30e2c4edd8befff69628a5fdb.tar.gz
Update the minor version number since the C API has been extended.
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 5b3e29a..8716d26 100644
--- a/configure.in
+++ b/configure.in
@@ -21,8 +21,8 @@ dnl change to major or minor version.
dnl
EXPAT_MAJOR_VERSION=1
-EXPAT_MINOR_VERSION=95
-EXPAT_EDIT=1
+EXPAT_MINOR_VERSION=96
+EXPAT_EDIT=0
EXPAT_VERSION=$EXPAT_MAJOR_VERSION.$EXPAT_MINOR_VERSION.$EXPAT_EDIT
VERSION=$EXPAT_VERSION