| Index: third_party/libxslt/libxslt/xsltwin32config.h
|
| diff --git a/third_party/libxslt/libxslt/xsltwin32config.h b/third_party/libxslt/libxslt/xsltwin32config.h
|
| index c89e1eccea22736e41747d92cabd3f955843b59d..35c714e0ee1513f6e757f89852cb2f09ba0623bc 100644
|
| --- a/third_party/libxslt/libxslt/xsltwin32config.h
|
| +++ b/third_party/libxslt/libxslt/xsltwin32config.h
|
| @@ -23,21 +23,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 1002003
|
| */
|
| -#define LIBXSLT_VERSION 10128
|
| +#define LIBXSLT_VERSION 10129
|
|
|
| /**
|
| * LIBXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "1002003"
|
| */
|
| -#define LIBXSLT_VERSION_STRING "10128"
|
| +#define LIBXSLT_VERSION_STRING "10129"
|
|
|
| /**
|
| * LIBXSLT_VERSION_EXTRA:
|
|
|