28 #if ! defined (octave_version_h)
29 #define octave_version_h 1
31 #include "octave-config.h"
33 #define OCTAVE_VERSION %OCTAVE_VERSION%
35 #define OCTAVE_MAJOR_VERSION %OCTAVE_MAJOR_VERSION%
37 #define OCTAVE_MINOR_VERSION %OCTAVE_MINOR_VERSION%
39 #define OCTAVE_PATCH_VERSION %OCTAVE_PATCH_VERSION%
49 #define OCTAVE_API_VERSION %OCTAVE_API_VERSION%
51 #define OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE%
53 #define OCTAVE_CANONICAL_HOST_TYPE %OCTAVE_CANONICAL_HOST_TYPE%
55 #define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT%
67 extern OCTINTERP_API std::string
69 (
bool html =
false,
const std::string& extra_info =
"");
71 extern OCTINTERP_API std::string
73 (
bool html =
false,
const std::string& extra_info =
"");
OCTINTERP_API std::string octave_name_version_copyright_copying_warranty_and_bugs(bool html=false, const std::string &extra_info="")
OCTINTERP_API std::string octave_bugs_statement(bool html=false)
OCTINTERP_API std::string octave_name_version_copyright_copying_and_warranty(bool html=false, const std::string &extra_info="")
OCTINTERP_API std::string octave_contrib_statement(bool html=false)
OCTINTERP_API std::string octave_www_statement(bool html=false)
OCTINTERP_API std::string octave_name_version_and_copyright(void)
OCTINTERP_API std::string octave_startup_message(bool html=false)