aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-09-13 21:14:47 +0100
committerDominyk Tiller2016-09-14 03:40:43 +0100
commitce359b208d326baa3b97359e2e76074d0599ca94 (patch)
treec3b08e141b75de32df47c3b1261d6a6bb132576b /Library
parentb1746de260a92bf45aeaf4879fade750e731e67f (diff)
downloadbrew-ce359b208d326baa3b97359e2e76074d0599ca94.tar.bz2
xcode: 8.0 is no longer prerelease
Diffstat (limited to 'Library')
-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 647515a17..c03b91f21 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -28,8 +28,8 @@ module OS
end
def prerelease?
- # TODO: bump to version >= "8.1" after Xcode 8.0 is stable.
- version > "7.3.1"
+ # TODO: bump to version >= "8.2" after Xcode 8.1 is stable.
+ version >= "8.1"
end
def outdated?