changeset 14135:2e68a7a1721a stable

doc: Report Octave version when broadcasting semantics changed in start up WARNING. version.h.in: Include version number in WARNING message on startup.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Jan 2012 22:14:27 -0800
parents 84f38aeb9f0e
children 72c96de7a403
files src/version.h.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -88,7 +88,7 @@
   X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
     ("  For details, type `warranty'.") "\n\n" \
   "For information about changes from previous versions, type `news'.\n\n\
-** WARNING ** Semantics for arithmetic operators have changed and now\n\
-              broadcast. Type `doc broadcast' to get a description of\n\
-              the changes."
+** WARNING ** Semantics for arithmetic operators were changed\n\
+              in version 3.6.0 and now broadcast.\n\
+              Type `doc broadcast' to get a description of the changes."
 #endif