aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-10-06 17:24:14 -0500
committerJack Nagel2013-10-06 17:24:22 -0500
commit12cdd4d70208b0715344d082f96653415fecf131 (patch)
treedd434d97f436517e5907c6018e10ca3edc50b8e8 /Library
parentd53c9659fcf2bc12284ce0b7d261dc25df7fc647 (diff)
downloadhomebrew-12cdd4d70208b0715344d082f96653415fecf131.tar.bz2
Recommend Xcode 5.0.1 GM on 10.9
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 5071eb2be..1279be1d1 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -24,7 +24,7 @@ module MacOS::Xcode extend self
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.0"
- when "10.9" then "5.0"
+ when "10.9" then "5.0.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > 10.9