diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:12:46 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:12:46 +0000 |
commit | 505115c27f5454df0878407c7706c7f1c3744b0d (patch) | |
tree | df43feb18444d5be3bf35ed3ee16156d49e17776 /third_party/libxml/linux | |
parent | e8c2172aa23158985682d232cf290593b8206b90 (diff) | |
download | chromium_src-505115c27f5454df0878407c7706c7f1c3744b0d.zip chromium_src-505115c27f5454df0878407c7706c7f1c3744b0d.tar.gz chromium_src-505115c27f5454df0878407c7706c7f1c3744b0d.tar.bz2 |
Updates libxml to 2.6.32. Updated google.patch and README.google
BUG=1300342
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@581 0039d316-1c4b-4281-b951-d872f2087c98
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 ;; |