releasing 2.6.10 Daniel

* configure.in : releasing 2.6.10
Daniel
This commit is contained in:
Daniel Veillard 2004-05-17 03:53:59 +00:00
parent 62040be360
commit 4e6fef4dab
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
* configure.in : releasing 2.6.10
Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
* tree.c: avoid returning default namespace when searching

View File

@ -256,7 +256,7 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define if compiler has function prototypes */
/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
/* Determine what socket length (socklen_t) data type is */
@ -274,6 +274,9 @@
/* Using the Win32 Socket implementation */
#undef _WINSOCKAPI_
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
/* Win32 Std C name mangling work-around */
#undef snprintf

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=6
LIBXML_MICRO_VERSION=9
LIBXML_MICRO_VERSION=10
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