diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-06-06 15:17:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-06-06 15:17:10 +0000 |
commit | d9d50ec1505a65ccc62f692df28efe6112990d8a (patch) | |
tree | 03c589ce8d3df6dd8921452455dc278d721b23b2 /configure.in | |
parent | ebe8a4f94e682d3b479bc0ff812b8680b37030e0 (diff) | |
download | libxslt-d9d50ec1505a65ccc62f692df28efe6112990d8a.tar.gz libxslt-d9d50ec1505a65ccc62f692df28efe6112990d8a.tar.bz2 libxslt-d9d50ec1505a65ccc62f692df28efe6112990d8a.zip |
preparing release of 1.1.17 Daniel
* configure.in libxslt.spec.in doc//*: preparing release of 1.1.17
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 dcf5a736..3a74e341 100644 --- a/configure.in +++ b/configure.in @@ -10,12 +10,12 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=16 +LIBXSLT_MICRO_VERSION=17 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 LIBEXSLT_MICRO_VERSION=13 -LIBXML_REQUIRED_VERSION=2.6.17 # if you need module support. +LIBXML_REQUIRED_VERSION=2.6.25 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION |