*** empty log message ***

This commit is contained in:
John Wiegley 2006-02-24 12:46:46 +00:00
parent 9349dadcfa
commit 9545b22b41

View file

@ -432,7 +432,7 @@ config_t::chain_xact_handlers(const std::string& command,
static void show_version(std::ostream& out) static void show_version(std::ostream& out)
{ {
out << "Ledger " << ledger::version << ", the command-line accounting tool"; out << "Ledger " << ledger::version << ", the command-line accounting tool";
out << "\n\nCopyright (c) 2003-2005, John Wiegley. All rights reserved.\n\n\ out << "\n\nCopyright (c) 2003-2006, John Wiegley. All rights reserved.\n\n\
This program is made available under the terms of the BSD Public License.\n\ This program is made available under the terms of the BSD Public License.\n\
See LICENSE file included with the distribution for details and disclaimer.\n"; See LICENSE file included with the distribution for details and disclaimer.\n";
out << "\n(modules: gmp, pcre"; out << "\n(modules: gmp, pcre";