aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac
diff options
context:
space:
mode:
authordersvenhesse2016-10-27 23:35:52 +0200
committerGitHub2016-10-27 23:35:52 +0200
commit4701eff45f9afaa8a447afd77614e40b453bb601 (patch)
tree5cac9f074bb4fbf829834b8597fe88d3fe968400 /Library/Homebrew/os/mac
parent4284b82de4c9ed24ced10adf53c5aad31bc38b00 (diff)
downloadbrew-4701eff45f9afaa8a447afd77614e40b453bb601.tar.bz2
XCode 8.1 is stable
Diffstat (limited to 'Library/Homebrew/os/mac')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 8ec0b91de..8d6cce171 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -26,8 +26,8 @@ module OS
end
def prerelease?
- # TODO: bump to version >= "8.2" after Xcode 8.1 is stable.
- version >= "8.1"
+ # TODO: bump to version >= "8.3" after Xcode 8.2 is stable.
+ version >= "8.2"
end
def outdated?