aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-13 18:22:11 -0500
committerJack Nagel2013-06-13 18:22:28 -0500
commit4498db7887781c2a2dbfb59a9f462b35f310cc5a (patch)
tree76412d1df864d2cb840a9e3e7f5b2c74b5783be2 /Library/Homebrew/os/mac/xcode.rb
parent313134fbe361acbf474a5ad9f507e230f70ff4ae (diff)
downloadbrew-4498db7887781c2a2dbfb59a9f462b35f310cc5a.tar.bz2
Xcode 4.6.3
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 873275fcc..eaae6fbf8 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -22,7 +22,7 @@ module MacOS::Xcode extend self
when 10.4 then "2.5"
when 10.5 then "3.1.4"
when 10.6 then "3.2.6"
- when 10.7, 10.8 then "4.6.2"
+ when 10.7, 10.8 then "4.6.3"
when 10.9 then "5.0"
else
# Default to newest known version of Xcode for unreleased OSX versions.