diff options
| author | Mike McQuaid | 2016-09-18 19:59:07 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-18 19:59:08 +0100 |
| commit | b383d953522a55898f6634e09ba66f9a89228a1a (patch) | |
| tree | 86d7f6af28f6ea4c0143b12edf5d4f2ff1cc5ba4 /Library | |
| parent | f4a8d28819f1fee73fcc63d08e70cb36eecdfb20 (diff) | |
| download | brew-b383d953522a55898f6634e09ba66f9a89228a1a.tar.bz2 | |
os/mac: mark Mavericks as outdated.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/os/mac.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 803d8cce3..47ba04804 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -34,7 +34,7 @@ module OS def outdated_release? # TODO: bump version when new OS is released - version < "10.9" + version < "10.10" end def cat |
