It can be useful for components that provide APIs to be able to report the version of the interface. For example, many of the Symbian servers do this. Version information is made of three parts:
major version number
minor version number
build number
This is encapsulated in TVersion
. A string
representation of this information is encapsulated in
TVersionName
.