diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/macos/xcode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb index 211062a82..3640f1a68 100644 --- a/Library/Homebrew/macos/xcode.rb +++ b/Library/Homebrew/macos/xcode.rb @@ -23,7 +23,7 @@ module MacOS::Xcode extend self when 10.6 then "3.2.6" else if MacOS.version >= 10.7 - "4.5.1" + "4.5.2" else raise "Mac OS X `#{MacOS.version}' is invalid" end |
