getversion — get scilab and modules version information
version=getversion() [version,opts]=getversion() ver=getversion('scilab') versioninfo=getversion('scilab','string_info') ver=getversion('<module>') versioninfo=getversion('<module>','string_info')
a string
a string about version
a integer vector
ver(1) Major version
ver(2) Minor version
ver(3) Maintenance version
ver(4) GIT timestamp
a vector of string with four entries
:[compiler,pvm,tk,modelicac]
return in version
the Scilab version name and in
opts
build options which can be used to determine if
scilab has been build with pvm, tk or modelicac.