aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/brew.h.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-07 13:23:43 -0700
committerAdam Vandenberg2010-09-07 13:23:43 -0700
commit2bb9fa1b2221e4ee2bf08db0f30ee80a7944b057 (patch)
tree6b9dcb23e68cbe22dd950afe45803b8d755d38c7 /Library/Homebrew/brew.h.rb
parente1af735d7752f31fcffd897cdafa4203813fa6a0 (diff)
downloadbrew-2bb9fa1b2221e4ee2bf08db0f30ee80a7944b057.tar.bz2
Bump Xcode recommendation to 3.2.3
Diffstat (limited to 'Library/Homebrew/brew.h.rb')
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index a7a5878d1..8917322c9 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -452,7 +452,7 @@ def brew_install
################################################################# warnings
begin
if MACOS_VERSION >= 10.6
- opoo "You should upgrade to Xcode 3.2.2" if llvm_build < RECOMMENDED_LLVM
+ opoo "You should upgrade to Xcode 3.2.3" 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