NSAboutPanelOptionVersion

Static NSAboutPanelOptionVersion 

Source
pub unsafe static NSAboutPanelOptionVersion: &'static NSAboutPanelOptionKey
Available on crate feature NSApplication only.
Expand description

NSString containing the build version number of the application (“58.4”, “1.2d3”); displayed as “Version 58.4” or “Version 1.0 (58.4) depending on the presence of ApplicationVersion. If not specified, obtain from the CFBundleVersion key in infoDictionary; if not specified or empty string, leave blank.

See also Apple’s documentation