diff options
Diffstat (limited to 'third_party/libxml/linux')
-rw-r--r-- | third_party/libxml/linux/config.h | 4 | ||||
-rw-r--r-- | third_party/libxml/linux/include/libxml/xmlversion.h | 10 | ||||
-rwxr-xr-x | third_party/libxml/linux/xml2-config | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/third_party/libxml/linux/config.h b/third_party/libxml/linux/config.h index a3f8707..c2e0371 100644 --- a/third_party/libxml/linux/config.h +++ b/third_party/libxml/linux/config.h @@ -1,7 +1,7 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ #define PACKAGE "libxml2" -#define VERSION "2.6.31" +#define VERSION "2.6.32" #define HAVE_LIBZ 1 /* #undef HAVE_LIBM */ #define HAVE_ISINF @@ -275,7 +275,7 @@ #define SUPPORT_IP6 /* Version number of package */ -#define VERSION "2.6.31" +#define VERSION "2.6.32" /* Determine what socket length (socklen_t) data type is */ #define XML_SOCKLEN_T socklen_t diff --git a/third_party/libxml/linux/include/libxml/xmlversion.h b/third_party/libxml/linux/include/libxml/xmlversion.h index 48adae8..b6b2747 100644 --- a/third_party/libxml/linux/include/libxml/xmlversion.h +++ b/third_party/libxml/linux/include/libxml/xmlversion.h @@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); * * the version string like "1.2.3" */ -#define LIBXML_DOTTED_VERSION "2.6.31" +#define LIBXML_DOTTED_VERSION "2.6.32" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 10203 */ -#define LIBXML_VERSION 20631 +#define LIBXML_VERSION 20632 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "10203" */ -#define LIBXML_VERSION_STRING "20631" +#define LIBXML_VERSION_STRING "20632" /** * LIBXML_VERSION_EXTRA: @@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL 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(20631); +#define LIBXML_TEST_VERSION xmlCheckVersion(20632); #ifndef VMS #if 0 @@ -379,7 +379,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); * * the string suffix used by dynamic modules (usually shared libraries) */ -#define LIBXML_MODULE_EXTENSION ".so" +#define LIBXML_MODULE_EXTENSION ".dll" #endif /** diff --git a/third_party/libxml/linux/xml2-config b/third_party/libxml/linux/xml2-config index 2eaeb88..500acaf 100755 --- a/third_party/libxml/linux/xml2-config +++ b/third_party/libxml/linux/xml2-config @@ -58,7 +58,7 @@ while test $# -gt 0; do ;; --version) - echo 2.6.31 + echo 2.6.32 exit 0 ;; |