From: William M. Brack Date: Wed, 19 Jan 2005 14:09:53 +0000 (+0000) Subject: fixed a small error in LIBXSLT_VERSION_EXTRA pointed out by X-Git-Tag: v1.1.28~335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a4b48d2ea5c350bcce8affed27518a7aed32524;p=platform%2Fupstream%2Flibxslt.git 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 --- 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: