Mercurial > hg > octave-nkf
diff src/octave.cc @ 1107:69fa46755c57
[project @ 1995-02-14 22:54:23 by jwe]
author | jwe |
---|---|
date | Tue, 14 Feb 1995 22:54:23 +0000 |
parents | 676db72ec37c |
children | 23a345e8a3b1 |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -436,7 +436,7 @@ static void print_version_and_exit (void) { - cout << "octave, version " << version_string << "\n"; + cout << OCTAVE_NAME_AND_VERSION << "\n"; exit (0); } @@ -728,8 +728,7 @@ Octave_object retval; ostrstream output_buf; - output_buf << "\n Octave, version " << version_string - << ". " OCTAVE_COPYRIGHT "\n\n\ + output_buf << "\n " OCTAVE_VERSION_AND_COPYRIGHT "\n\n\ This program is free software; you can redistribute it and/or modify\n\ it under the terms of the GNU General Public License as published by\n\ the Free Software Foundation; either version 2 of the License, or\n\