diff --git a/basis/system-info/macosx/macosx.factor b/basis/system-info/macosx/macosx.factor index a6c29ba349..16951b4471 100644 --- a/basis/system-info/macosx/macosx.factor +++ b/basis/system-info/macosx/macosx.factor @@ -24,6 +24,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response ) : system-version-bugfix ( -- n ) "sys3" be> gestalt ; CONSTANT: system-code-names H{ + { { 10 12 } "Sierra" } { { 10 11 } "El Capitan" } { { 10 10 } "Yosemite" } { { 10 9 } "Mavericks" }