aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-13 18:34:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-13 18:34:29 +0000
commit57c000e33d0f970846aaa35d47a2b7faf5262032 (patch)
tree555a4c30e2f44cc541f1b635b8b8fe9db6098499 /configure.in
parentcffc1c7af19c6e070f35024a18c32507344ebfbb (diff)
downloadandroid_external_libxml2-57c000e33d0f970846aaa35d47a2b7faf5262032.tar.gz
android_external_libxml2-57c000e33d0f970846aaa35d47a2b7faf5262032.tar.bz2
android_external_libxml2-57c000e33d0f970846aaa35d47a2b7faf5262032.zip
preparing release of 2.6.18 updated docs and rebuilt reactivated gcc
* NEWS configure.in testapi.c doc/*: preparing release of 2.6.18 updated docs and rebuilt * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0 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 61a8eb07..d270ef9b 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=17
+LIBXML_MICRO_VERSION=18
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