aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/global.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/global.rb
parente1af735d7752f31fcffd897cdafa4203813fa6a0 (diff)
downloadbrew-2bb9fa1b2221e4ee2bf08db0f30ee80a7944b057.tar.bz2
Bump Xcode recommendation to 3.2.3
Diffstat (limited to 'Library/Homebrew/global.rb')
-rw-r--r--Library/Homebrew/global.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index c88821548..d9b0d18bb 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 = 2207
-RECOMMENDED_GCC_40 = 5493
-RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5659 : 5577
+RECOMMENDED_LLVM = 2326
+RECOMMENDED_GCC_40 = (MACOS_VERSION >= 10.6) ? 5494 : 5493
+RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5664 : 5577