aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb2
-rw-r--r--Library/Homebrew/global.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index a8c8c365f..951d6fa81 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -439,7 +439,7 @@ def brew_install
################################################################# warnings
begin
if MACOS_VERSION >= 10.6
- opoo "You should upgrade to Xcode 3.2.1" if llvm_build < RECOMMENDED_LLVM
+ opoo "You should upgrade to Xcode 3.2.2" if llvm_build < RECOMMENDED_LLVM
else
opoo "You should upgrade to Xcode 3.1.4" if (gcc_40_build < RECOMMENDED_GCC_40) or (gcc_42_build < RECOMMENDED_GCC_42)
end
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index d56ec195e..b19d81fa5 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -37,6 +37,6 @@ MACOS_VERSION = /(10\.\d+)(\.\d+)?/.match(MACOS_FULL_VERSION).captures.first.to_
HOMEBREW_USER_AGENT = "Homebrew #{HOMEBREW_VERSION} (Ruby #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}; Mac OS X #{MACOS_FULL_VERSION})"
-RECOMMENDED_LLVM = 2206
+RECOMMENDED_LLVM = 2207
RECOMMENDED_GCC_40 = 5493
-RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5646 : 5577
+RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5659 : 5577