Mercurial > hg > octave-nkf
diff src/version.h @ 6230:06bee64edc08
[project @ 2007-01-08 16:59:35 by jwe]
author | jwe |
---|---|
date | Mon, 08 Jan 2007 16:59:35 +0000 |
parents | b59139756862 |
children | f1676652d808 |
line wrap: on
line diff
--- a/src/version.h +++ b/src/version.h @@ -31,11 +31,16 @@ #define OCTAVE_RELEASE_DATE "2006-10-02" -#define OCTAVE_COPYRIGHT \ - "Copyright (C) 2006 John W. Eaton." +#define OCTAVE_COPYRIGHT "Copyright (C) 2006 John W. Eaton." -#define OCTAVE_NAME_AND_VERSION \ - "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")" +// This is the first line printed by --version. The GNU coding +// standards say that the version number should follow the last space +// on the line. + +#define OCTAVE_NAME_AND_VERSION "GNU Octave, version " OCTAVE_VERSION + +#define OCTAVE_CONFIG_STATEMENT \ + "Octave was configured for \"" OCTAVE_CANONICAL_HOST_TYPE "\"." #define OCTAVE_COPYING_STATEMENT \ "This is free software; see the source code for copying conditions." @@ -56,13 +61,14 @@ http://www.octave.org/bugs.html to learn how to write a helpful report)." #define OCTAVE_NAME_VERSION_AND_COPYRIGHT \ - OCTAVE_NAME_AND_VERSION ".\n" \ + OCTAVE_NAME_AND_VERSION "\n" \ OCTAVE_COPYRIGHT #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \ OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n" \ OCTAVE_COPYING_STATEMENT "\n" \ - OCTAVE_WARRANTY_STATEMENT + OCTAVE_WARRANTY_STATEMENT "\n\n" \ + OCTAVE_CONFIG_STATEMENT #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \ OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \