Skip to content
Snippets Groups Projects
Commit 31d705d4 authored by Jack Nagel's avatar Jack Nagel
Browse files

Assume unknown clang versions are post-Xcode 5

parent ada07d07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment