| Index: third_party/libxslt/libxslt/xsltwin32config.h
|
| diff --git a/third_party/libxslt/libxslt/xsltwin32config.h b/third_party/libxslt/libxslt/xsltwin32config.h
|
| index b70e6f7f20349a99f59503159f5fca8744638674..c89e1eccea22736e41747d92cabd3f955843b59d 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.26"
|
| +#define LIBXSLT_DOTTED_VERSION "1.1.28"
|
|
|
| /**
|
| * LIBXSLT_VERSION:
|
| *
|
| * the version number: 1.2.3 value is 1002003
|
| */
|
| -#define LIBXSLT_VERSION 10126
|
| +#define LIBXSLT_VERSION 10128
|
|
|
| /**
|
| * LIBXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "1002003"
|
| */
|
| -#define LIBXSLT_VERSION_STRING "10126"
|
| +#define LIBXSLT_VERSION_STRING "10128"
|
|
|
| /**
|
| * LIBXSLT_VERSION_EXTRA:
|
|
|