A patch from Juergen Daubert, which fixes the output from --version.
This commit is contained in:
parent
025c9acda9
commit
0c800d968c
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(ledger, 2.6.0.90, johnw@newartisans.com)
|
AC_INIT(ledger, 2.6.1, johnw@newartisans.com)
|
||||||
AM_INIT_AUTOMAKE(ledger, 2.6.1)
|
AM_INIT_AUTOMAKE(ledger, 2.6.1)
|
||||||
AC_CONFIG_SRCDIR([main.cc])
|
AC_CONFIG_SRCDIR([main.cc])
|
||||||
AC_CONFIG_HEADER([acconf.h])
|
AC_CONFIG_HEADER([acconf.h])
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,7 @@ report_t * report = NULL;
|
||||||
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-2006, John Wiegley. All rights reserved.\n\n\
|
out << "\n\nCopyright (c) 2003-2008, 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";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue