diff src/version.h @ 4829:71dade3c16b6

[project @ 2004-03-10 05:12:06 by jwe]
author jwe
date Wed, 10 Mar 2004 05:12:07 +0000
parents d0aa1a59b73b
children 91638098904a
line wrap: on
line diff
--- a/src/version.h	Tue Mar 09 22:36:55 2004 +0000
+++ b/src/version.h	Wed Mar 10 05:12:07 2004 +0000
@@ -40,6 +40,9 @@
   "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\
 FITNESS FOR A PARTICULAR PURPOSE."
 
+#define OCTAVE_WWW_STATEMENT \
+  "Additional information about Octave is available at http://www.octave.org."
+
 #define OCTAVE_CONTRIB_STATEMENT \
   "Please contribute if you find this software useful.\n\
 For more information, visit http://www.octave.org/help-wanted.html"
@@ -60,6 +63,8 @@
 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \
   OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \
   ARG \
+  OCTAVE_WWW_STATEMENT "\n\n" \
+  OCTAVE_CONTRIB_STATEMENT "\n\n" \
   OCTAVE_BUGS_STATEMENT
 
 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
@@ -67,7 +72,7 @@
 
 #define OCTAVE_STARTUP_MESSAGE \
   X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
-    ("  For details, type `warranty'.\n\n" OCTAVE_CONTRIB_STATEMENT "\n\n")
+    ("  For details, type `warranty'.\n\n")
 
 #endif