aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-02-07 19:30:51 +0000
committerDominyk Tiller2016-02-07 21:26:56 +0000
commit8f3a76f4aa22a17115b888b36874701351f14d79 (patch)
tree0e54929c8c3d806c2c68ef3a98ab904b6d8aac98 /Library
parente84539135969e84a1b451f524a43f58ff42b6d37 (diff)
downloadbrew-8f3a76f4aa22a17115b888b36874701351f14d79.tar.bz2
os/mac/xcode: expect Xcode 7.2.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 86213e69b..4980fde3d 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -14,12 +14,12 @@ module OS
when "10.7" then "4.6.3"
when "10.8" then "5.1.1"
when "10.9" then "6.2"
- when "10.10" then "7.2"
- when "10.11" then "7.2"
+ when "10.10" then "7.2.1"
+ when "10.11" then "7.2.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if OS::Mac.prerelease?
- "7.2"
+ "7.2.1"
else
raise "OS X '#{MacOS.version}' is invalid"
end