diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-02-23 17:04:11 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-02-23 17:04:11 +0000 |
commit | 6d2a293795519b2844bf9665327ab6f33d485a6f (patch) | |
tree | 7160dae0d7467193cfe2df6f7448883744331c59 /configure.in | |
parent | 1127bfc9a48c7742d45e6f95c6c628868ce53c77 (diff) | |
download | libxslt-6d2a293795519b2844bf9665327ab6f33d485a6f.tar.gz libxslt-6d2a293795519b2844bf9665327ab6f33d485a6f.tar.bz2 libxslt-6d2a293795519b2844bf9665327ab6f33d485a6f.zip |
preparing release 1.1.4, updated and regenerated the documentation Daniel
* NEWS configure.in doc/*: preparing release 1.1.4, updated and
regenerated the documentation
Daniel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 07b0d7e1..00dbc0e6 100644 --- a/configure.in +++ b/configure.in @@ -6,11 +6,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=3 +LIBXSLT_MICRO_VERSION=4 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=3 +LIBEXSLT_MICRO_VERSION=4 LIBXML_REQUIRED_VERSION=2.6.5 |