diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 19:59:36 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 19:59:36 +0000 |
commit | c4e5791780c5d5779635dac120b6bd18b954a606 (patch) | |
tree | ade236c56f91ab5bbb74e1c66ec819a367334516 /third_party | |
parent | 7d1359b37c0fcec34e11e55159c0aa9421b91c62 (diff) | |
download | chromium_src-c4e5791780c5d5779635dac120b6bd18b954a606.zip chromium_src-c4e5791780c5d5779635dac120b6bd18b954a606.tar.gz chromium_src-c4e5791780c5d5779635dac120b6bd18b954a606.tar.bz2 |
Update the mac config to properly match the sources.
Review URL: http://codereview.chromium.org/40227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxml/mac/config.h | 5 | ||||
-rw-r--r-- | third_party/libxml/mac/include/libxml/xmlversion.h | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/third_party/libxml/mac/config.h b/third_party/libxml/mac/config.h index c9b481b..0bd5b2f 100644 --- a/third_party/libxml/mac/config.h +++ b/third_party/libxml/mac/config.h @@ -1,6 +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 @@ -277,7 +278,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/mac/include/libxml/xmlversion.h b/third_party/libxml/mac/include/libxml/xmlversion.h index 18a7585..a83663c 100644 --- a/third_party/libxml/mac/include/libxml/xmlversion.h +++ b/third_party/libxml/mac/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 20600 +#define LIBXML_VERSION 20632 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "10203" */ -#define LIBXML_VERSION_STRING "20600" +#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(20600); +#define LIBXML_TEST_VERSION xmlCheckVersion(20632); #ifndef VMS #if 0 |