diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-08-25 15:04:00 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-08-25 15:04:00 +0000 |
commit | f015c8f98ccdaa929367caf1894effa6d41a02ed (patch) | |
tree | a868dafca880156bd244bed2a6ec503eb417c2a5 /doc/libxslt-decl.txt | |
parent | c1d306b3c309de20cddc70e92ab5c76ca924fe41 (diff) | |
download | libxslt-f015c8f98ccdaa929367caf1894effa6d41a02ed.tar.gz libxslt-f015c8f98ccdaa929367caf1894effa6d41a02ed.tar.bz2 libxslt-f015c8f98ccdaa929367caf1894effa6d41a02ed.zip |
applied a patch from Ralf Mattes providing style.saveResultToString()
* python/libxslt-python-api.xml python/libxslt.c
python/libxsltclass.txt python/tests/basic.py: applied a patch
from Ralf Mattes providing style.saveResultToString()
Daniel
Diffstat (limited to 'doc/libxslt-decl.txt')
-rw-r--r-- | doc/libxslt-decl.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/libxslt-decl.txt b/doc/libxslt-decl.txt index 291356da..f7893c94 100644 --- a/doc/libxslt-decl.txt +++ b/doc/libxslt-decl.txt @@ -1,14 +1,14 @@ <MACRO> <NAME>LIBXSLT_DOTTED_VERSION</NAME> -#define LIBXSLT_DOTTED_VERSION "1.0.19" +#define LIBXSLT_DOTTED_VERSION "1.0.20" </MACRO> <MACRO> <NAME>LIBXSLT_VERSION</NAME> -#define LIBXSLT_VERSION 10019 +#define LIBXSLT_VERSION 10020 </MACRO> <MACRO> <NAME>LIBXSLT_VERSION_STRING</NAME> -#define LIBXSLT_VERSION_STRING "10019" +#define LIBXSLT_VERSION_STRING "10020" </MACRO> <MACRO> <NAME>WITH_XSLT_DEBUG</NAME> @@ -1580,15 +1580,15 @@ void </FUNCTION> <MACRO> <NAME>LIBXSLT_DOTTED_VERSION</NAME> -#define LIBXSLT_DOTTED_VERSION "1.0.19" +#define LIBXSLT_DOTTED_VERSION "1.0.20" </MACRO> <MACRO> <NAME>LIBXSLT_VERSION</NAME> -#define LIBXSLT_VERSION 10019 +#define LIBXSLT_VERSION 10020 </MACRO> <MACRO> <NAME>LIBXSLT_VERSION_STRING</NAME> -#define LIBXSLT_VERSION_STRING "10019" +#define LIBXSLT_VERSION_STRING "10020" </MACRO> <MACRO> <NAME>WITH_XSLT_DEBUG</NAME> |