aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-12 11:16:47 -0800
committerAdam Vandenberg2012-11-12 11:16:47 -0800
commit6d86b008de85844712bc6312e46531e462a06822 (patch)
treea6f843ef1728aaa164e0d892d10e7dfd687aa34d /Library
parentd157545aae7feb5291fb3130246787965d2221a9 (diff)
downloadhomebrew-6d86b008de85844712bc6312e46531e462a06822.tar.bz2
Xcode 4.5.2 is latest
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 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