aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos
diff options
context:
space:
mode:
authorJack Nagel2012-09-19 21:27:59 -0500
committerJack Nagel2012-09-19 21:27:59 -0500
commit4d75918d8abe8830799660a29a03f256460fde04 (patch)
tree8d646f6b15f34c6563d1999605b96be78b4892bb /Library/Homebrew/macos
parent75651fcccb19c441495abb7269672d1944b73f35 (diff)
downloadhomebrew-4d75918d8abe8830799660a29a03f256460fde04.tar.bz2
Update Xcode.latest_version for 4.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/macos')
-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 3bf88ec73..c4b46fefb 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.4.1"
+ "4.5"
else
raise "Mac OS X `#{MacOS.version}' is invalid"
end