(Optional) The build identifier, which is an integer value between 0 and 65535.
<qnx>, <configuration>
None.
The <buildId> element specifies the build identifier, which is an integer value between 0 and 65535. You change the value when you want the identifier to change. This element is required if you do not use the <buildIdFile> element. The default value is 1.
The build identifier is the fourth set of digits used for version information in the BAR manifest file. The first part of the package version uses the value from the <versionNumber> element. For applications targeted for BlackBerry 10 OS, when a <versionNumber> value does not include three segments, it is padded with a zero.
<versionNumber>1.2.3</versionNumber>
<buildId>1234</buildId>
the Package-Version value in the BAR manifest file has the value: Package-Version: 1.2.3.1234
<versionNumber>1.2</versionNumber>
<buildId>1234</buildId>
the Package-Version value in the BAR manifest file has the value: Package-Version: 1.2.0.1234
A PCDATA value representing the build number.
None.
<buildId>123</buildId>