Homebrew is now at version 0.6

We've bumped the version number, as Homebrew no longer tries to use LLVM
by default (on Snow Leopard.)
This commit is contained in:
Adam Vandenberg 2010-03-08 15:55:30 -08:00
parent 58b19ed495
commit cb6449c2d9

View File

@ -5,7 +5,7 @@ require 'utils'
ARGV.extend(HomebrewArgvExtension) ARGV.extend(HomebrewArgvExtension)
HOMEBREW_VERSION = 0.5 HOMEBREW_VERSION = 0.6
HOMEBREW_WWW = 'http://bit.ly/Homebrew' HOMEBREW_WWW = 'http://bit.ly/Homebrew'
if Process.uid == 0 if Process.uid == 0