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
commitac401c88a04bdc22ad7bc30aacc1c4f72e954cbc (patch)
tree9693818dc4799d80328a6203a8abb6333e8726e7 /Library
parentd96883b87466f6034b0f4f30fbc630cc206a7939 (diff)
downloadhomebrew-ac401c88a04bdc22ad7bc30aacc1c4f72e954cbc.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