vice.version

VICE’s version_info

  • major : The major version number

  • minor : The minor version number

  • micro : The micro version number (also known as patch number)

  • build : The build number

  • __version__ : The version string <major>.<minor>.<micro>

  • released : If True, this version of VICE has been released

Note

This object can be type-cast to a tuple of the form: (major, minor, micro, build).