Homebrew 0.8.1

This version number is arbitrary, and only used to differentiate versions
in bug reports.

There have been enough changes to compiler detection since 0.8 that it makes
sense to bump the version here.
This commit is contained in:
Adam Vandenberg 2011-12-21 12:03:45 -08:00
parent 4b7b2a17da
commit de709fa449

View File

@ -6,7 +6,7 @@ require 'exceptions'
ARGV.extend(HomebrewArgvExtension)
HOMEBREW_VERSION = '0.8'
HOMEBREW_VERSION = '0.8.1'
HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'
HOMEBREW_CACHE = if ENV['HOMEBREW_CACHE']