mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-11 22:24:49 +00:00
releasing 2.6.10 Daniel
* configure.in : releasing 2.6.10 Daniel
This commit is contained in:
parent
62040be360
commit
4e6fef4dab
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user