diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-08 16:52:34 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-08 16:52:34 +0000 |
commit | ef2531fb9600e7fbbac254d2e2e7bb097489b5aa (patch) | |
tree | 113e8b65c989d9f33bdd742d2c3e68864f782d1c /configure.in | |
parent | f503baafa13629181c8a7fae57108c8d02b809bb (diff) | |
download | libxslt-ef2531fb9600e7fbbac254d2e2e7bb097489b5aa.tar.gz libxslt-ef2531fb9600e7fbbac254d2e2e7bb097489b5aa.tar.bz2 libxslt-ef2531fb9600e7fbbac254d2e2e7bb097489b5aa.zip |
preparing release 1.0.13 updated and rebuilt the docs fixed a possible
* configure.in libxslt/xsltwin32config.h: preparing release
1.0.13
* doc/*: updated and rebuilt the docs
* python/libxslt.c: fixed a possible reentrancy problem
Daniel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 5f7f93bc..53a59b63 100644 --- a/configure.in +++ b/configure.in @@ -6,12 +6,12 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=12 +LIBXSLT_MICRO_VERSION=13 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=7 -LIBEXSLT_MICRO_VERSION=4 -LIBXML_REQUIRED_VERSION=2.4.15 +LIBEXSLT_MICRO_VERSION=5 +LIBXML_REQUIRED_VERSION=2.4.17 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION |