]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: adding macOS Sonoma
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 5 Jun 2023 19:21:20 +0000 (14:21 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 5 Jun 2023 19:21:48 +0000 (14:21 -0500)
basis/system-info/macosx/macosx.factor

index 021181c4263e5677b08c6b60497cb9ba35d36d46..00902795ef78f869b024f12c3d9fec1f59143272 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{
+    { { 14 0 } "Sonoma" }
     { { 13 0 } "Ventura" }
     { { 12 0 } "Monterey" }
     { { 11 0 } "Big Sur" }