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
commitbab2ac4d10c7320bf30711839791cc572cd40e07 (patch)
treeda89b22318d32d3c258749cdd37b6ba45185a56d /Library/Homebrew/os/mac/xcode.rb
parent1079bb3e759b81687f66a424d22f09c4bb5e12ff (diff)
downloadhomebrew-bab2ac4d10c7320bf30711839791cc572cd40e07.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.