aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/version.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/os/mac/version.rb b/Library/Homebrew/os/mac/version.rb
index 090b1ffb7..c86974d76 100644
--- a/Library/Homebrew/os/mac/version.rb
+++ b/Library/Homebrew/os/mac/version.rb
@@ -8,6 +8,7 @@ module MacOS
when :lion then 10.7
when :snow_leopard then 10.6
when :leopard then 10.5
+ when :tiger then 10.4
else other.to_s
end
super(Version.new(v))