Mercurial > hg > octave-nkf
comparison src/version.h @ 6253:f1676652d808
[project @ 2007-01-24 20:43:36 by jwe]
author | jwe |
---|---|
date | Wed, 24 Jan 2007 20:43:37 +0000 |
parents | 06bee64edc08 |
children | a848b846cb3a |
comparison
equal
deleted
inserted
replaced
6252:738c97e101eb | 6253:f1676652d808 |
---|---|
80 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ | 80 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ |
81 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("\n\n") | 81 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("\n\n") |
82 | 82 |
83 #define OCTAVE_STARTUP_MESSAGE \ | 83 #define OCTAVE_STARTUP_MESSAGE \ |
84 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ | 84 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ |
85 (" For details, type `warranty'.\n\n") | 85 (" For details, type `warranty'.\n\ |
86 For information about changes from previous versions, type `news'.\n\n") | |
86 | 87 |
87 #endif | 88 #endif |
88 | 89 |
89 /* | 90 /* |
90 ;;; Local Variables: *** | 91 ;;; Local Variables: *** |