Skip to content
Snippets Groups Projects
Commit 0dc473fdc8c8 authored by William M. Brack's avatar William M. Brack
Browse files

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
parent adc1c219465d
No related branches found
No related tags found
No related merge requests found
Wed Jan 19 10:08:55 HKT 2005 William Brack <wbrack@mmm.com.hk>
* 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 <daniel@veillard.com>
* configure.in: patch #9 from Joel Reed
......
......@@ -44,7 +44,7 @@
*
* extra version information, used to show a CVS compilation
*/
#define LIBXML_VERSION_EXTRA "-CVS983"
#define LIBXSLT_VERSION_EXTRA "-CVS985"
/**
* WITH_XSLT_DEBUG:
......
......@@ -44,7 +44,7 @@
*
* 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment