From 9a0b3d63c152fd11e2e49a308f4f102dc6043d97 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 15 Aug 2001 12:58:03 +0000 Subject: [PATCH] released 2.4.2 Daniel * config.h.in configure.in include/libxml/xmlwin32version.h: released 2.4.2 Daniel --- ChangeLog | 5 +++++ config.h.in | 3 +++ configure.in | 2 +- include/libxml/xmlwin32version.h | 8 ++++---- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 033b18c0..a0b7cdbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard + + * config.h.in configure.in include/libxml/xmlwin32version.h: + released 2.4.2 + Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard * include/libxml/valid.h debugXML.c valid.c: deprecate diff --git a/config.h.in b/config.h.in index bf54bc04..07ded072 100644 --- a/config.h.in +++ b/config.h.in @@ -91,6 +91,9 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the header file. */ #undef HAVE_ERRNO_H diff --git a/configure.in b/configure.in index a1402e1d..cf59ef3a 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=4 -LIBXML_MICRO_VERSION=1 +LIBXML_MICRO_VERSION=2 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 diff --git a/include/libxml/xmlwin32version.h b/include/libxml/xmlwin32version.h index 1be57329..c908317c 100644 --- a/include/libxml/xmlwin32version.h +++ b/include/libxml/xmlwin32version.h @@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version); * * the version string like "1.2.3" */ -#define LIBXML_DOTTED_VERSION "2.4.1" +#define LIBXML_DOTTED_VERSION "2.4.2" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXML_VERSION 20401 +#define LIBXML_VERSION 20402 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXML_VERSION_STRING "20401" +#define LIBXML_VERSION_STRING "20402" /** * LIBXML_TEST_VERSION: @@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version); * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ -#define LIBXML_TEST_VERSION xmlCheckVersion(20401); +#define LIBXML_TEST_VERSION xmlCheckVersion(20402); /** * WITH_TRIO: