Function Reference
— Function File: ver ()

Display a header containing the current Octave version number, license string and operating system, followed by the installed package names, versions, and installation directories. — Function File: v = ver ()

Return a vector of structures, respecting Octave and each installed package. The structure includes the following fields.

Name
Package name.
Version
Version of the package.
Revision
Revision of the package.
Date
Date respecting the version/revision.
— Function File: v = ver ("Octave")

Return version information for Octave only.. — Function File: v = ver (pkg)

Return version information for the specified package pkg.

See also: license version