summaryrefslogtreecommitdiff
path: root/libxslt/xsltwin32config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt/xsltwin32config.h')
-rw-r--r--libxslt/xsltwin32config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h
index fcea6215..abddcdb0 100644
--- a/libxslt/xsltwin32config.h
+++ b/libxslt/xsltwin32config.h
@@ -21,21 +21,21 @@ extern "C" {
*
* the version string like "1.2.3"
*/
-#define LIBXSLT_DOTTED_VERSION "1.0.9"
+#define LIBXSLT_DOTTED_VERSION "1.0.10"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
-#define LIBXSLT_VERSION 10009
+#define LIBXSLT_VERSION 10010
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
-#define LIBXSLT_VERSION_STRING "10009"
+#define LIBXSLT_VERSION_STRING "10010"
/**
* WITH_XSLT_DEBUG: