changeset 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
files src/octave.cc
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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\