diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-14 18:14:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-14 18:14:28 +0000 |
commit | ce2f32af4ce51f51d7cd468dbf49f04d27e063fe (patch) | |
tree | 1440a32333b490545e983a659fca3ac046da3131 /libxslt/xsltwin32config.h | |
parent | 7b27da1f551c8ea540b6dcb156e241820541ce51 (diff) | |
download | libxslt-LIBXSLT_1_0_10.tar.gz |
releasing 1.0.10 updating the docs for the release. seems I inadvertantlyLIBXSLT_1_0_10
* configure.in: releasing 1.0.10
* doc/*: updating the docs for the release.
* libxslt/namespaces.c libxslt/pattern.c libxslt/transform.c:
seems I inadvertantly commited previously stuff from a failed
attempt at fixing namespace nodes parents.
Daniel
Diffstat (limited to 'libxslt/xsltwin32config.h')
-rw-r--r-- | libxslt/xsltwin32config.h | 6 |
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: |