summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-09-24 18:38:57 +0200
committerDaniel Veillard <veillard@redhat.com>2009-09-24 18:38:57 +0200
commit7a896ce260d2447d405b4ae683bf9d643eef6cda (patch)
tree133371d937aa7ce2f6b9907ad6a6ce7d0feeb9c3 /configure.in
parent2bdf87e3444090414e9ae7f90e4ef9085963eb39 (diff)
downloadlibxml2-7a896ce260d2447d405b4ae683bf9d643eef6cda.tar.gz
Release of libxml2-2.7.5v2.7.5
* configure.in doc/xml.html: updated * doc/libxml2.xsa doc/xml.html python/setup.py: regenerated
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 811cd453..4d540cf6 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=7
-LIBXML_MICRO_VERSION=4
+LIBXML_MICRO_VERSION=5
LIBXML_MICRO_VERSION_SUFFIX=
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION