aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2017-09-12 19:43:24 -0700
committerGitHub2017-09-12 19:43:24 -0700
commitd1225b9b5e2fb0ff22d518a0add245a65c232162 (patch)
treee39726b38dff8a00331e68f42c9ded92cf8e1539 /Library
parentef6068870472496f7b6c2766f2197e5c81d393b5 (diff)
parent1dfde95cb66416877152e3a1444f8c8be46e7436 (diff)
downloadbrew-d1225b9b5e2fb0ff22d518a0add245a65c232162.tar.bz2
Merge pull request #3152 from DomT4/Xcode_9_GM
mac/xcode: update expected Clang on 10.13
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 37bc55a2f..59e7026bd 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -216,7 +216,7 @@ module OS
# on the older supported platform for that Xcode release, i.e there's no
# CLT package for 10.11 that contains the Clang version from Xcode 8.
case MacOS.version
- when "10.13" then "900.0.35"
+ when "10.13" then "900.0.37"
when "10.12" then "802.0.42"
when "10.11" then "800.0.42.1"
when "10.10" then "700.1.81"