aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-09-19 21:27:59 -0500
committerJack Nagel2012-09-19 21:27:59 -0500
commit5adea8c1e102dd1b19bdd79219da1c678c277a92 (patch)
tree4bdf4c1c70aa89243d5a50f1a3d3d4d8b56dc77b /Library
parent4db4d904403bc051d36cc37dfe81a9d35ec69813 (diff)
downloadbrew-5adea8c1e102dd1b19bdd79219da1c678c277a92.tar.bz2
Update Xcode.latest_version for 4.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 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