comparison src/version.h @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents be8e0ba13644
children 2e74d8aa1a20
comparison
equal deleted inserted replaced
3237:737b219ab65a 3238:041ea33fbbf4
27 27
28 #define OCTAVE_COPYRIGHT \ 28 #define OCTAVE_COPYRIGHT \
29 "Copyright (C) 1996, 1997, 1998 John W. Eaton." 29 "Copyright (C) 1996, 1997, 1998 John W. Eaton."
30 30
31 #define OCTAVE_NAME_AND_VERSION \ 31 #define OCTAVE_NAME_AND_VERSION \
32 "Octave, version " OCTAVE_VERSION " (" CANONICAL_HOST_TYPE ")" 32 "GNU Octave, version " OCTAVE_VERSION " (" CANONICAL_HOST_TYPE ")"
33 33
34 #define OCTAVE_NAME_VERSION_AND_COPYRIGHT \ 34 #define OCTAVE_NAME_VERSION_AND_COPYRIGHT \
35 OCTAVE_NAME_AND_VERSION ".\n" OCTAVE_COPYRIGHT "\n\ 35 OCTAVE_NAME_AND_VERSION ".\n" OCTAVE_COPYRIGHT "\n\
36 This is free software with ABSOLUTELY NO WARRANTY." 36 This is free software with ABSOLUTELY NO WARRANTY."
37 37