VersionInfo
Objects
Default Modeler API version information. The version information is made up of the major version, minor version and patch version. A change in the major version number indicates significant extensions to the functionality; a change in the minor version number indicates small extensions or refinements to the functionality; a change in the patch version number indicates a bug-fix release and that the documented functionality has not changed.
Constants:
MAJOR_VERSION (int) :
MINOR_VERSION (int) :
RELEASE_VERSION (int) :
getBuildDate() : Date
Returns the build date and time. If the build time is not available
then None
is returned.
getBuildVersion() : string
Returns the build version of this library. If the build version is not available then the empty string is returned.
getCopyright() : string
Returns the copyright message.
getMajorVersion() : int
Returns the major version number.
getMinorVersion() : int
Returns the minor version number.
getName() : string
Returns the name of the library.
getPatchVersion() : int
Returns the patch version number.