<versionNumber>
(Required) The application version, represented as a string value in the format of <0-999>.<0-999>.<0-999>
Parent elements:
<qnx>, <configuration>
Child elements:
None.
Description:
The <versionNumber> element specifies the version of the application as a string value in the format of <0-999>.<0-999>.<0-999>. The application version is useful for determining whether the application requires an upgrade. The value can be a one-, two-, or three-part value, such as 1, 1.0, or 1.0.0 respectively.
Content:
A PCDATA value representing a version for an application.
Attributes:
None.
Example:
<versionNumber>1.2.3</versionNumber>