From a1df77f3b76be0c7eb4cae9a03c62312ad953ae6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 11 Nov 2011 20:12:41 -0600 Subject: [PATCH] doctor: remove outdated XCode version reference Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 3924960ecf..abe95d6ffb 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -197,7 +197,7 @@ def check_gcc_versions if MacOS.xcode_version == nil puts <<-EOS.undent We couldn't detect any version of Xcode. - If you downloaded Xcode 4.1 from the App Store, you may need to run the installer. + If you downloaded Xcode from the App Store, you may need to run the installer. EOS elsif MacOS.xcode_version < "4.0"