version

This is the numeric method of indicating the file version, which is compact, convenient and fast. It makes use of a short string to define the version number. Version types are available as both client and core inspectors, so if you don't find what you want in one guide, please check the other.

The following file version string formats are supported:

  • Windows: "Major.Minor.Patch.Build". For example "1.2.3.4".
  • MacOS: "Major.Minor.BugStageBuild". For example "1.2.3a4".
Version Platforms
8.0.584.0 AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows
8.1.535.0 Debian, Ubuntu
9.5.13.130 Raspbian

Creation

bundle version of <bundle> : version
bundle version of <filesystem object> : version
bundle version of <folder> : version
file version of <file> : version
name registry version : version
product version of <file> : version
quickdraw version : version
raw file version of <file> : version
raw product version of <file> : version
raw version of <file> : version
release of <operating system> : version
rom version : version
sqlite version : version
system version : version
version <integer> of <file> : version
version <string> : version
version of <bundle> : version
version of <client> : version
version of <component> : version
version of <current relay> : version
version of <file> : version
version of <fileset> : version
version of <filesystem object> : version
version of <folder> : version
version of <module> : version
version of <operating system> : version
version of <package> : version
version of <registration server> : version
version of <scsibus> : version
version of <service> : version
version of <usb> : version
version of <winrt package id> : version
<string> as version : version

Properties

bug revision of <version> : integer
build revision of <version> : integer
extrema of <version> : ( version, version )
major revision of <version> : integer
maximum of <version> : version
minimum of <version> : version
minor revision of <version> : integer
pad of <version> : version
patch revision of <version> : integer
stage of <version> : stage
unique value of <version> : version with multiplicity

Casts

<version> as string : string
<version> as version : version

Operators