]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: new code name Mojave.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 4 Jun 2018 18:38:51 +0000 (11:38 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 4 Jun 2018 18:38:51 +0000 (11:38 -0700)
basis/system-info/macosx/macosx.factor

index 366cc9df9d35b426b4922dd0b0d529e6ab689f76..ccdec7877e62c6ae422229f7b68c079f2b3bf98c 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 14 } "Mojave" }
     { { 10 13 } "High Sierra" }
     { { 10 12 } "Sierra" }
     { { 10 11 } "El Capitan" }