aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-09-21 10:05:58 -0700
committerMike McQuaid2014-09-21 10:15:05 -0700
commitd4f8931027ac9ba84e6b118661d4e1694f1d815b (patch)
tree5ff89ad872e3dcf44ccd310e1587728088b8a303 /Library
parent3de77e4e1a30b404a9546a1f27fb06db76b591e8 (diff)
downloadbrew-d4f8931027ac9ba84e6b118661d4e1694f1d815b.tar.bz2
Xcode 6.0.1
Diffstat (limited to 'Library')
-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 7ea327c44..1b8c96240 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -13,7 +13,7 @@ module OS
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.1.1"
- when "10.9" then "5.1.1"
+ when "10.9" then "6.0.1"
when "10.10" then "6.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.