GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
version.h File Reference
#include "octave-config.h"
#include <string>

Go to the source code of this file.

Macros

#define OCTAVE_API_VERSION   "api-v59"
 
#define OCTAVE_CANONICAL_HOST_TYPE   "x86_64-pc-linux-gnu"
 
#define OCTAVE_COPYRIGHT   "Copyright (C) 1993-2024 The Octave Project Developers."
 
#define OCTAVE_MAJOR_VERSION   9
 
#define OCTAVE_MINOR_VERSION   1
 
#define OCTAVE_PATCH_VERSION   0
 
#define OCTAVE_RELEASE_DATE   "2024-03-14"
 
#define OCTAVE_VERSION   "9.1.0"
 

Functions

std::string octave_bugs_statement (bool html=false)
 
std::string octave_contrib_statement (bool html=false)
 
std::string octave_name_version_and_copyright (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_startup_message (bool html=false)
 
std::string octave_www_statement (bool html=false)
 

Macro Definition Documentation

◆ OCTAVE_API_VERSION

#define OCTAVE_API_VERSION   "api-v59"

Definition at line 49 of file version.h.

◆ OCTAVE_CANONICAL_HOST_TYPE

#define OCTAVE_CANONICAL_HOST_TYPE   "x86_64-pc-linux-gnu"

Definition at line 53 of file version.h.

◆ OCTAVE_COPYRIGHT

#define OCTAVE_COPYRIGHT   "Copyright (C) 1993-2024 The Octave Project Developers."

Definition at line 55 of file version.h.

◆ OCTAVE_MAJOR_VERSION

#define OCTAVE_MAJOR_VERSION   9

Definition at line 35 of file version.h.

◆ OCTAVE_MINOR_VERSION

#define OCTAVE_MINOR_VERSION   1

Definition at line 37 of file version.h.

◆ OCTAVE_PATCH_VERSION

#define OCTAVE_PATCH_VERSION   0

Definition at line 39 of file version.h.

◆ OCTAVE_RELEASE_DATE

#define OCTAVE_RELEASE_DATE   "2024-03-14"

Definition at line 51 of file version.h.

◆ OCTAVE_VERSION

#define OCTAVE_VERSION   "9.1.0"

Definition at line 33 of file version.h.

Function Documentation

◆ octave_bugs_statement()

std::string octave_bugs_statement ( bool  html = false)

Definition at line 63 of file version.cc.

Referenced by octave_name_version_copyright_copying_warranty_and_bugs().

◆ octave_contrib_statement()

std::string octave_contrib_statement ( bool  html = false)

Definition at line 56 of file version.cc.

Referenced by octave_name_version_copyright_copying_warranty_and_bugs().

◆ octave_name_version_and_copyright()

std::string octave_name_version_and_copyright ( bool  html = false)

Definition at line 70 of file version.cc.

References OCTAVE_COPYRIGHT, and OCTAVE_VERSION.

Referenced by Fwarranty(), and octave_name_version_copyright_copying_and_warranty().

◆ octave_name_version_copyright_copying_and_warranty()

std::string octave_name_version_copyright_copying_and_warranty ( bool  html = false,
const std::string &  extra_info = "" 
)

◆ octave_name_version_copyright_copying_warranty_and_bugs()

std::string octave_name_version_copyright_copying_warranty_and_bugs ( bool  html = false,
const std::string &  extra_info = "" 
)

◆ octave_startup_message()

std::string octave_startup_message ( bool  html = false)

◆ octave_www_statement()

std::string octave_www_statement ( bool  html = false)

Definition at line 49 of file version.cc.

Referenced by octave_name_version_copyright_copying_warranty_and_bugs().