Source position: MacTypes.pas line 863
type NumVersion = packed record
nonRelRev: UInt8;
stage: UInt8;
minorAndBugRev: UInt8;
majorRev: UInt8;
end;