| Index: third_party/libxslt/libxslt/xsltconfig.h
|
| diff --git a/third_party/libxslt/libxslt/xsltconfig.h b/third_party/libxslt/libxslt/xsltconfig.h
|
| index c92ef011448820f0806d49b14d1e0d6e06b90bd4..882475075e50adb133671336ab4d10128aecd793 100644
|
| --- a/third_party/libxslt/libxslt/xsltconfig.h
|
| +++ b/third_party/libxslt/libxslt/xsltconfig.h
|
| @@ -20,21 +20,21 @@ extern "C" {
|
| *
|
| * the version string like "1.2.3"
|
| */
|
| -#define LIBXSLT_DOTTED_VERSION "1.1.28"
|
| +#define LIBXSLT_DOTTED_VERSION "1.1.29"
|
|
|
| /**
|
| * LIBXSLT_VERSION:
|
| *
|
| * the version number: 1.2.3 value is 10203
|
| */
|
| -#define LIBXSLT_VERSION 10128
|
| +#define LIBXSLT_VERSION 10129
|
|
|
| /**
|
| * LIBXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "10203"
|
| */
|
| -#define LIBXSLT_VERSION_STRING "10128"
|
| +#define LIBXSLT_VERSION_STRING "10129"
|
|
|
| /**
|
| * LIBXSLT_VERSION_EXTRA:
|
|
|