annotate src/version.h @ 4337:d56e0d75e7c9 ss-2-1-45

[project @ 2003-02-19 21:20:19 by jwe]
author jwe
date Wed, 19 Feb 2003 21:20:19 +0000
parents 0a056052bc90
children 28a1be797aae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
1 /*
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
2
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3111
diff changeset
3 Copyright (C) 1996, 1997, 1998 John W. Eaton
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
4
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
5 This file is part of Octave.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
6
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
10 later version.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
11
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
12 Octave is distributed in the hope that it will be useful, but WITHOUT
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
15 for more details.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
16
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
18 along with Octave; see the file COPYING. If not, write to the Free
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
20
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
21 */
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
22
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
23 #if !defined (octave_version_h)
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
24 #define octave_version_h 1
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
25
4337
d56e0d75e7c9 [project @ 2003-02-19 21:20:19 by jwe]
jwe
parents: 4315
diff changeset
26 #define OCTAVE_VERSION "2.1.45"
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
27
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
28 #define OCTAVE_COPYRIGHT \
4261
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4194
diff changeset
29 "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
30
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
31 #define OCTAVE_NAME_AND_VERSION \
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3493
diff changeset
32 "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
33
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
34 #define OCTAVE_COPYING_STATEMENT \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
35 "This is free software; see the source code for copying conditions."
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
36
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
37 #define OCTAVE_WARRANTY_STATEMENT \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
38 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
39 FITNESS FOR A PARTICULAR PURPOSE."
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
40
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 3922
diff changeset
41 #define OCTAVE_CONTRIB_STATEMENT \
4134
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4115
diff changeset
42 "Please contribute if you find this software useful.\n\
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4115
diff changeset
43 For more information, visit http://www.octave.org/help-wanted.html"
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 3922
diff changeset
44
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
45 #define OCTAVE_BUGS_STATEMENT \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
46 "Report bugs to <bug-octave@bevo.che.wisc.edu>."
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
47
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
48 #define OCTAVE_NAME_VERSION_AND_COPYRIGHT \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
49 OCTAVE_NAME_AND_VERSION ".\n" \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
50 OCTAVE_COPYRIGHT
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
51
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
52 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
53 OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n" \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
54 OCTAVE_COPYING_STATEMENT "\n" \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
55 OCTAVE_WARRANTY_STATEMENT
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
56
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
57 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
58 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
59 ARG \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
60 OCTAVE_BUGS_STATEMENT
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
61
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
62 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 3922
diff changeset
63 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("\n\n")
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
64
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
65 #define OCTAVE_STARTUP_MESSAGE \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
66 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 3922
diff changeset
67 (" For details, type `warranty'.\n\n" OCTAVE_CONTRIB_STATEMENT "\n\n")
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
68
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
69 #endif
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
70
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
71 /*
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
72 ;;; Local Variables: ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
73 ;;; mode: C++ ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
74 ;;; End: ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
75 */