aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-09-12 21:43:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-09-12 21:43:20 +0000
commit33b20b70e2b0cc036bd23909fe262f816228f305 (patch)
tree5bad15587dcff61598242ecaa67ed5e5bbb78545 /configure.in
parent91b2314354dd5313d07cbfecc6ebae414b9071a5 (diff)
downloadandroid_external_libxml2-33b20b70e2b0cc036bd23909fe262f816228f305.tar.gz
android_external_libxml2-33b20b70e2b0cc036bd23909fe262f816228f305.tar.bz2
android_external_libxml2-33b20b70e2b0cc036bd23909fe262f816228f305.zip
release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTML
* NEWS configure.in doc//*: release of 2.6.22 updated doc and rebuild. * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML xmlSaveOption * xmlschemas.c: minor cleanups 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 93e3850b..6119d61b 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=6
-LIBXML_MICRO_VERSION=21
+LIBXML_MICRO_VERSION=22
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