GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
libinterp
version.in.h
Go to the documentation of this file.
1
// %NO_EDIT_WARNING%
2
/*
3
4
Copyright (C) 1992-2013 John W. Eaton
5
6
This file is part of Octave.
7
8
Octave is free software; you can redistribute it and/or modify it
9
under the terms of the GNU General Public License as published by the
10
Free Software Foundation; either version 3 of the License, or (at your
11
option) any later version.
12
13
Octave is distributed in the hope that it will be useful, but WITHOUT
14
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16
for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with Octave; see the file COPYING. If not, see
20
<http://www.gnu.org/licenses/>.
21
22
*/
23
24
#if !defined (octave_version_h)
25
#define octave_version_h 1
26
27
#define OCTAVE_VERSION %OCTAVE_VERSION%
28
29
#define OCTAVE_API_VERSION %OCTAVE_API_VERSION%
30
31
#define OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE%
32
33
#define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT%
34
35
#include <string>
36
37
extern
OCTINTERP_API
std::string
octave_www_statement
(
bool
html =
false
);
38
39
extern
OCTINTERP_API
std::string
octave_contrib_statement
(
bool
html =
false
);
40
41
extern
OCTINTERP_API
std::string
octave_bugs_statement
(
bool
html =
false
);
42
43
extern
OCTINTERP_API
std::string
octave_name_version_and_copyright
(
void
);
44
45
extern
OCTINTERP_API
std::string
46
octave_name_version_copyright_copying_and_warranty
47
(
bool
html =
false
,
const
std::string& extra_info = std::string ());
48
49
extern
OCTINTERP_API
std::string
50
octave_name_version_copyright_copying_warranty_and_bugs
51
(
bool
html =
false
,
const
std::string& extra_info = std::string ());
52
53
extern
OCTINTERP_API
std::string
octave_startup_message
(
bool
html =
false
);
54
55
#endif
Generated on Mon Dec 30 2013 03:04:38 for GNU Octave by
1.8.1.2