DesktopApplication.BugVersion
From Xojo Documentation
Read-Only Property (As Integer )
IntegerValue = aDesktopApplication.BugVersion
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
The version you increment when the release of your application is only to fix critical and unexpected bugs in the previous release.
Notes
This can only be set in the IDE, but you can read the value in your code.
Typically version numbers are written as 1.2.3.4 (MajorVersion.MinorVersion.BugVersion.NonReleaseVersion).
On Windows valid values are between 0 to 255. |
Sample Code
Puts all the individual versions together to create the full version: