From 6a4b48d2ea5c350bcce8affed27518a7aed32524 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Wed, 19 Jan 2005 14:09:53 +0000 Subject: [PATCH] fixed a small error in LIBXSLT_VERSION_EXTRA pointed out by * libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in: fixed a small error in LIBXSLT_VERSION_EXTRA pointed out by Michael.Hewarth on the mailing list --- ChangeLog | 6 ++++++ libxslt/xsltwin32config.h | 2 +- libxslt/xsltwin32config.h.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e6aab7..fafc6ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 19 10:08:55 HKT 2005 William Brack + + * libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in: + fixed a small error in LIBXSLT_VERSION_EXTRA pointed out + by Michael.Hewarth on the mailing list + Wed Jan 19 13:58:16 CET 2005 Daniel Veillard * configure.in: patch #9 from Joel Reed diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index b0ad5b3..ef04d81 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -44,7 +44,7 @@ extern "C" { * * extra version information, used to show a CVS compilation */ -#define LIBXML_VERSION_EXTRA "-CVS983" +#define LIBXSLT_VERSION_EXTRA "-CVS985" /** * WITH_XSLT_DEBUG: diff --git a/libxslt/xsltwin32config.h.in b/libxslt/xsltwin32config.h.in index bade1c9..df0640b 100644 --- a/libxslt/xsltwin32config.h.in +++ b/libxslt/xsltwin32config.h.in @@ -44,7 +44,7 @@ extern "C" { * * extra version information, used to show a CVS compilation */ -#define LIBXML_VERSION_EXTRA "@LIBXSLT_VERSION_EXTRA@" +#define LIBXSLT_VERSION_EXTRA "@LIBXSLT_VERSION_EXTRA@" /** * WITH_XSLT_DEBUG: -- 2.7.4