diff options
| author | Adam Vandenberg | 2010-07-21 09:40:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-21 09:45:31 -0700 |
| commit | b355d6af25807704b4dec0412faf6de82d50d133 (patch) | |
| tree | 1f46eae497f8fe6d9a514dee9050ba4f5da5bc56 /Library/Homebrew | |
| parent | b2d034b661741ff5971a1fbddc3d34a7aaad2139 (diff) | |
| download | brew-b355d6af25807704b4dec0412faf6de82d50d133.tar.bz2 | |
Bump Xcode recommendation to 3.2.2
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/global.rb | 4 |
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 |
