Application.ShortVersion

From Xojo Documentation

Read-Only Property (As String )
StringValue = aApplication.ShortVersion

Supported for all project types and targets.

Short version of the Application, corresponding to the version information. This property can be set only in the IDE.

Notes

Typically version numbers are written as 1.2.3.4.

ShortVersion is displayed by the file information windows on macOS (Finder, Get Info) and Windows (Windows Explorer, Properties).

Sample Code

Display the short version:

MessageBox(App.ShortVersion)