From 2bb9fa1b2221e4ee2bf08db0f30ee80a7944b057 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 7 Sep 2010 13:23:43 -0700 Subject: Bump Xcode recommendation to 3.2.3 --- Library/Homebrew/brew.h.rb | 2 +- Library/Homebrew/global.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') 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 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 -- cgit v1.2.3