]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: macOS Sierra.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jun 2016 23:20:11 +0000 (16:20 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jun 2016 23:20:11 +0000 (16:20 -0700)
basis/system-info/macosx/macosx.factor

index a6c29ba349293811a8990423e9a52c3d99220674..16951b4471cc68731f1e00fa31265a99ac1ee072 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 12 } "Sierra" }
     { { 10 11 } "El Capitan" }
     { { 10 10 } "Yosemite" }
     { { 10 9 } "Mavericks" }