]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: adding High Sierra system-code-name.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Jan 2018 17:01:33 +0000 (09:01 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Jan 2018 17:01:33 +0000 (09:01 -0800)
basis/system-info/macosx/macosx.factor

index 16951b4471cc68731f1e00fa31265a99ac1ee072..366cc9df9d35b426b4922dd0b0d529e6ab689f76 100644 (file)
@@ -24,6 +24,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response )
 : system-version-bugfix ( -- n ) "sys3" be> gestalt ;
 
 CONSTANT: system-code-names H{
+    { { 10 13 } "High Sierra" }
     { { 10 12 } "Sierra" }
     { { 10 11 } "El Capitan" }
     { { 10 10 } "Yosemite" }