28 #if ! defined (octave_version_h)
29 #define octave_version_h 1
31 #include "octave-config.h"
33 #define OCTAVE_VERSION "9.1.0"
35 #define OCTAVE_MAJOR_VERSION 9
37 #define OCTAVE_MINOR_VERSION 1
39 #define OCTAVE_PATCH_VERSION 0
49 #define OCTAVE_API_VERSION "api-v59"
51 #define OCTAVE_RELEASE_DATE "2024-03-14"
53 #define OCTAVE_CANONICAL_HOST_TYPE "x86_64-pc-linux-gnu"
55 #define OCTAVE_COPYRIGHT "Copyright (C) 1993-2024 The Octave Project Developers."
69 (
bool html =
false,
const std::string& extra_info =
"");
73 (
bool html =
false,
const std::string& extra_info =
"");
std::string octave_contrib_statement(bool html=false)
std::string octave_startup_message(bool html=false)
std::string octave_bugs_statement(bool html=false)
std::string octave_name_version_copyright_copying_and_warranty(bool html=false, const std::string &extra_info="")
std::string octave_name_version_copyright_copying_warranty_and_bugs(bool html=false, const std::string &extra_info="")
std::string octave_www_statement(bool html=false)
std::string octave_name_version_and_copyright(bool html=false)