diff options
| author | Adam Vandenberg | 2011-12-21 12:03:45 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-21 12:03:45 -0800 |
| commit | de709fa449356fa60d183de66a2ec99f7b08dafe (patch) | |
| tree | 0af2a4b22cf0fec1a41e8c6b6886c8af13ce6fe3 | |
| parent | 4b7b2a17dada327ff11ede110ae2610e865ff394 (diff) | |
| download | brew-0.8.1.tar.bz2 | |
Homebrew 0.8.10.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.
| -rw-r--r-- | Library/Homebrew/global.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index fda41c5d3..3f742db5c 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -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'] |
