aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-22 20:11:18 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-22 20:11:18 +0000
commit393df01cac24c7344ddcdc3b6968f893790c5e67 (patch)
tree81584e752b95478b009b33f6607d8b190497a9c7 /configure.in
parenta41123ce959741be8e16f72177660af098819afc (diff)
downloadandroid_external_libxml2-393df01cac24c7344ddcdc3b6968f893790c5e67.tar.gz
android_external_libxml2-393df01cac24c7344ddcdc3b6968f893790c5e67.tar.bz2
android_external_libxml2-393df01cac24c7344ddcdc3b6968f893790c5e67.zip
Finally pushing 2.3.7 out:
- configure.in: release of 2.3.7 - Makefile.am: fixing make distcheck Daniel
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 62a61a9a..fb028484 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=3
-LIBXML_MICRO_VERSION=6
+LIBXML_MICRO_VERSION=7
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION