]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: 11.0
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 22 Jun 2020 18:49:48 +0000 (13:49 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 22 Jun 2020 18:49:48 +0000 (13:49 -0500)
basis/system-info/macosx/macosx.factor

index a4d8f91ead6d1f5b6c4ff9634985051988aeb7e3..7f6b5e9aaa35393bcdaad20b4195a381a22423ad 100644 (file)
@@ -22,7 +22,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response )
 : system-version-bugfix ( -- n ) "sys3" be> gestalt ;
 
 CONSTANT: system-code-names H{
-    { { 10 16 } "Big Sur" }
+    { { 11 0 } "Big Sur" }
     { { 10 15 } "Catalina" }
     { { 10 14 } "Mojave" }
     { { 10 13 } "High Sierra" }