aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-10-22 13:46:14 -0500
committerJack Nagel2013-10-22 13:46:14 -0500
commit31d705d49470227ca12615ca21b107462dbc9436 (patch)
tree56d4413b28476727a09fa840365e791ca8141927 /Library
parentada07d07bf997341444949030478a967e7bf42db (diff)
downloadbrew-31d705d49470227ca12615ca21b107462dbc9436.tar.bz2
Assume unknown clang versions are post-Xcode 5
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 843b3dd61..22299c2e9 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -136,7 +136,7 @@ module OS
when 41 then "4.5"
when 42 then "4.6"
when 50 then "5.0"
- else "4.6"
+ else "5.0"
end
end
end