From 58a07c0c362cdecacd357585ed888420deb63ea4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 9 Jul 2015 10:39:01 -0700 Subject: [PATCH] system-info.macosx: adding OS X 10.11 "El Capitan". --- basis/system-info/macosx/macosx.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/system-info/macosx/macosx.factor b/basis/system-info/macosx/macosx.factor index a40a9c41f9..88aefeaea1 100644 --- a/basis/system-info/macosx/macosx.factor +++ b/basis/system-info/macosx/macosx.factor @@ -24,6 +24,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response ) ; : system-version-bugfix ( -- n ) "sys3" be> gestalt ; CONSTANT: system-code-names H{ + { { 10 11 } "El Capitan" } { { 10 10 } "Yosemite" } { { 10 9 } "Mavericks" } { { 10 8 } "Mountain Lion" }