Skip to content

Commit

Permalink
Merge pull request #3076 from DomT4/high_sierra_b7
Browse files Browse the repository at this point in the history
mac/xcode: update expected Clang on 10.13
  • Loading branch information
MikeMcQuaid committed Sep 4, 2017
2 parents 0edca0d + beb411f commit 751334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/xcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def latest_version
# 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.34.1"
when "10.13" then "900.0.35"
when "10.12" then "802.0.42"
when "10.11" then "800.0.42.1"
when "10.10" then "700.1.81"
Expand Down

0 comments on commit 751334a

Please sign in to comment.