]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: adding macOS Ventura.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 6 Jun 2022 19:08:22 +0000 (12:08 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 6 Jun 2022 19:08:22 +0000 (12:08 -0700)
basis/system-info/macosx/macosx.factor

index 95f15d98bf9fdfdf14420b38014d77535702c85f..c0ad49e145ac0a70f7e0168595d5c943647a83cf 100644 (file)
@@ -20,6 +20,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response )
 : system-version-bugfix ( -- n ) "sys3" be> gestalt ;
 
 CONSTANT: system-code-names H{
+    { { 13 0 } "Ventura" }
     { { 12 0 } "Monterey" }
     { { 11 0 } "Big Sur" }
     { { 10 16 } "Big Sur" }