Skip to content

Commit

Permalink
xcode: update expected clang for macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 6, 2016
1 parent 9e021aa commit 1c802dd
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 @@ -163,7 +163,7 @@ def installed?

def latest_version
case MacOS.version
when "10.12" then "800.0.24.1"
when "10.12" then "800.0.31"
when "10.11" then "703.0.31"
when "10.10" then "700.1.81"
when "10.9" then "600.0.57"
Expand Down

0 comments on commit 1c802dd

Please sign in to comment.