aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-12 11:16:47 -0800
committerAdam Vandenberg2012-11-12 11:16:47 -0800
commitbce7dedb6a6219fbacd9a90d6eb91854708d6e2a (patch)
tree27001d80c0d773e6206e7e1c0d411251461abd12 /Library/Homebrew
parent5a140c0f45c96056e7a2de99f58029ea6ad38e27 (diff)
downloadbrew-bce7dedb6a6219fbacd9a90d6eb91854708d6e2a.tar.bz2
Xcode 4.5.2 is latest
Diffstat (limited to 'Library/Homebrew')
-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 211062a82..3640f1a68 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.1"
+ "4.5.2"
else
raise "Mac OS X `#{MacOS.version}' is invalid"
end