mipsver

mipsver(varargin)

mipsver() - Prints or returns installed MIPS version info.

mipsver
v = mipsver
v = mipsver('all')

When called with an output argument and no input argument, mipsver() returns the current MIPS version numbers. With an input argument (e.g. 'all') it returns a struct with the fields Name, Version, Release, and Date (all char arrays). Calling mipsver() without assigning the return value prints the version and release date of the current installation of MIPS.

See also mpver().