bug 192701, npob, use MOZILLA_VERSION instead of hardcode version number for XSLT standalone driver, sr=peterv, a=dbaron

This commit is contained in:
axel%pike.org 2003-02-11 17:47:02 +00:00
parent 01d701f40f
commit 3f3c4a45fe

View File

@ -136,7 +136,7 @@ int main(int argc, char** argv)
if (!options.GetEntry(NS_LITERAL_CSTRING("q"))) {
NS_NAMED_LITERAL_CSTRING(copyright, "(C) 1999 The MITRE Corporation, Keith Visco, and contributors");
cerr << "TransforMiiX ";
cerr << "1.3a pre" << endl;
cerr << MOZILLA_VERSION << endl;
cerr << copyright.get() << endl;
//-- print banner line
PRUint32 fillSize = copyright.Length() + 1;