# HG changeset patch # User jwe # Date 792802463 0 # Node ID 69fa46755c57ef2e47655e047885f21dbcdd2ca4 # Parent 676db72ec37c2a93d673d80de767dae0e3aa0c66 [project @ 1995-02-14 22:54:23 by jwe] diff -r 676db72ec37c -r 69fa46755c57 src/octave.cc --- a/src/octave.cc Tue Feb 14 22:48:07 1995 +0000 +++ b/src/octave.cc Tue Feb 14 22:54:23 1995 +0000 @@ -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\