comparison src/version.h @ 3234:be8e0ba13644

[project @ 1999-01-29 03:52:30 by jwe]
author jwe
date Fri, 29 Jan 1999 03:52:33 +0000
parents 98d0ee053ba4
children 041ea33fbbf4
comparison
equal deleted inserted replaced
3233:98d0ee053ba4 3234:be8e0ba13644
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 " (" TARGET_HOST_TYPE ")" 32 "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