diff src/version.h @ 3219:30770ba4457a

[project @ 1998-11-13 03:44:31 by jwe]
author jwe
date Fri, 13 Nov 1998 03:44:36 +0000
parents fbb332b96e4f
children 7aae2c3636a7
line wrap: on
line diff
--- a/src/version.h
+++ b/src/version.h
@@ -23,7 +23,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.9"
+#define OCTAVE_VERSION "2.1.10"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 1996, 1997, 1998 John W. Eaton."
@@ -37,7 +37,15 @@
 
 #define OCTAVE_STARTUP_MESSAGE \
   OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n\
-For details, type `warranty'."
+For details, type `warranty'.\n\
+\n\
+*** This is a development version of Octave.  Development releases\n\
+*** are provided for people who want to help test, debug, and improve\n\
+*** Octave.\n\
+***\n\
+*** If you want a stable, well-tested version of Octave, you should be\n\
+*** using one of the stable releases (when this development release\n\
+*** was made, the latest stable version was 2.0.13)."
 
 #endif