patchlevel -- the patch
number of the installed MuPAD library
Introductionpatchlevel() returns the patch number of
the currently installed MuPAD library.
Call(s)patchlevel()
Returnsa nonnegative integer.
Related
Functions
Detailspatchlevel provides information about the patches
installed in the local MuPAD setup. Patches (bug-fixes) to a
release of the mathematical libraries are provided by Sciface Software
or the MuPAD group. Whenever a new patch is installed, the patch
level is increased by 1. The currently used library is determined by
its version number (cf. the function version) together with its patch
number.patchlevel is not related to the kernel version
(Pref::kernel).
Example
1To query the version of the MuPAD library of your local installation, ask for its version number
>> version()
[2, 0, 0]
and for its patch number:
>> patchlevel()
0
If the returned patch number is greater than zero, a patch was installed.