annotate src/version.h @ 7961:a5d1e27ee1f4 ss-3-1-51

3.1.51 snapshot
author John W. Eaton <jwe@octave.org>
date Tue, 22 Jul 2008 11:40:48 -0400
parents 4e5bea7f985a
children bd3fa5ca55e6
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
7017
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
3 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
7948
af10baa63915 3.1.50 snapshot
John W. Eaton <jwe@octave.org>
parents: 7336
diff changeset
4 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
5
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
6 This file is part of Octave.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
7
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
8 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
9 under the terms of the GNU General Public License as published by the
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6911
diff changeset
10 Free Software Foundation; either version 3 of the License, or (at your
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6911
diff changeset
11 option) any later version.
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
12
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
13 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
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
15 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
16 for more details.
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
17
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6911
diff changeset
19 along with Octave; see the file COPYING. If not, see
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6911
diff changeset
20 <http://www.gnu.org/licenses/>.
3047
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
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
24 #if !defined (octave_version_h)
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
25 #define octave_version_h 1
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
26
7961
a5d1e27ee1f4 3.1.51 snapshot
John W. Eaton <jwe@octave.org>
parents: 7950
diff changeset
27 #define OCTAVE_VERSION "3.1.51"
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
28
7950
4e5bea7f985a bump version and api
John W. Eaton <jwe@octave.org>
parents: 7948
diff changeset
29 #define OCTAVE_API_VERSION "api-v33+"
4448
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4439
diff changeset
30
7961
a5d1e27ee1f4 3.1.51 snapshot
John W. Eaton <jwe@octave.org>
parents: 7950
diff changeset
31 #define OCTAVE_RELEASE_DATE "2008-07-21"
5654
6aae52010e3b [project @ 2006-03-09 19:04:53 by jwe]
jwe
parents: 5643
diff changeset
32
7948
af10baa63915 3.1.50 snapshot
John W. Eaton <jwe@octave.org>
parents: 7336
diff changeset
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
34
6230
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
35 // This is the first line printed by --version. The GNU coding
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
36 // standards say that the version number should follow the last space
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
37 // on the line.
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
38
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
39 #define OCTAVE_NAME_AND_VERSION "GNU Octave, version " OCTAVE_VERSION
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
40
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
41 #define OCTAVE_CONFIG_STATEMENT \
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
42 "Octave was configured for \"" OCTAVE_CANONICAL_HOST_TYPE "\"."
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
43
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
44 #define OCTAVE_COPYING_STATEMENT \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
45 "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
46
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
47 #define X_OCTAVE_WARRANTY_STATEMENT(ARG) \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
48 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
49 FITNESS FOR A PARTICULAR PURPOSE." ARG
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
50
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
51 #define OCTAVE_WARRANTY_STATEMENT \
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
52 X_OCTAVE_WARRANTY_STATEMENT ("")
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
53
4829
71dade3c16b6 [project @ 2004-03-10 05:12:06 by jwe]
jwe
parents: 4822
diff changeset
54 #define OCTAVE_WWW_STATEMENT \
71dade3c16b6 [project @ 2004-03-10 05:12:06 by jwe]
jwe
parents: 4822
diff changeset
55 "Additional information about Octave is available at http://www.octave.org."
71dade3c16b6 [project @ 2004-03-10 05:12:06 by jwe]
jwe
parents: 4822
diff changeset
56
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 3922
diff changeset
57 #define OCTAVE_CONTRIB_STATEMENT \
4134
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4115
diff changeset
58 "Please contribute if you find this software useful.\n\
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4115
diff changeset
59 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
60
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
61 #define OCTAVE_BUGS_STATEMENT \
4862
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4839
diff changeset
62 "Report bugs to <bug@octave.org> (but first, please read\n\
4626
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4614
diff changeset
63 http://www.octave.org/bugs.html to learn how to write a helpful report)."
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
64
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
65 #define OCTAVE_NAME_VERSION_AND_COPYRIGHT \
6230
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
66 OCTAVE_NAME_AND_VERSION "\n" \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
67 OCTAVE_COPYRIGHT
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
68
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
69 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
70 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY("") \
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
71
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
72 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY(ARG) \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
73 OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n" \
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
74 OCTAVE_COPYING_STATEMENT "\n" \
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
75 X_OCTAVE_WARRANTY_STATEMENT (ARG) "\n\n" \
6230
06bee64edc08 [project @ 2007-01-08 16:59:35 by jwe]
jwe
parents: 6038
diff changeset
76 OCTAVE_CONFIG_STATEMENT
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
77
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
78 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
79 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY(ARG) "\n\n" \
4829
71dade3c16b6 [project @ 2004-03-10 05:12:06 by jwe]
jwe
parents: 4822
diff changeset
80 OCTAVE_WWW_STATEMENT "\n\n" \
71dade3c16b6 [project @ 2004-03-10 05:12:06 by jwe]
jwe
parents: 4822
diff changeset
81 OCTAVE_CONTRIB_STATEMENT "\n\n" \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
82 OCTAVE_BUGS_STATEMENT
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
83
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
84 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
85 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("")
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
86
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
87 #define OCTAVE_STARTUP_MESSAGE \
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3850
diff changeset
88 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \
6469
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
89 (" For details, type `warranty'.") "\n\n" \
a848b846cb3a [project @ 2007-03-27 18:42:11 by jwe]
jwe
parents: 6253
diff changeset
90 "For information about changes from previous versions, type `news'."
3047
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
91
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
92 #endif
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
93
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
94 /*
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
95 ;;; Local Variables: ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
96 ;;; mode: C++ ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
97 ;;; End: ***
540812544d0d [project @ 1997-06-06 22:17:29 by jwe]
jwe
parents:
diff changeset
98 */