aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-22 10:01:24 -0700
committerAdam Vandenberg2012-10-22 10:01:24 -0700
commit6283246691a8925d197d2a1f0dc985b32e58b52e (patch)
treeb633c92f41322b5f41af9652ca96b1cbb2aff644 /Library
parent4cbf036c17e9d71ed49950e5332d43cf9e7bfe5b (diff)
downloadbrew-6283246691a8925d197d2a1f0dc985b32e58b52e.tar.bz2
Latest Xcode is 4.5.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/macos/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb
index c4b46fefb..211062a82 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