From 6283246691a8925d197d2a1f0dc985b32e58b52e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 22 Oct 2012 10:01:24 -0700 Subject: [PATCH] Latest Xcode is 4.5.1 --- Library/Homebrew/macos/xcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb index c4b46fefb0..211062a82b 100644 --- a/Library/Homebrew/macos/xcode.rb +++ b/Library/Homebrew/macos/xcode.rb @@ -23,7 +23,7 @@ module MacOS::Xcode extend self when 10.6 then "3.2.6" else if MacOS.version >= 10.7 - "4.5" + "4.5.1" else raise "Mac OS X `#{MacOS.version}' is invalid" end