Index: third_party/libxslt/linux/libxslt/xsltwin32config.h |
diff --git a/third_party/libxslt/linux/libxslt/xsltwin32config.h b/third_party/libxslt/linux/libxslt/xsltwin32config.h |
index d78120161b0d4475dc5e8054465805a366136fb7..34402d616048d384bedd523b0fd0687395f2d0cc 100644 |
--- a/third_party/libxslt/linux/libxslt/xsltwin32config.h |
+++ b/third_party/libxslt/linux/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: |