From de709fa449356fa60d183de66a2ec99f7b08dafe Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 21 Dec 2011 12:03:45 -0800 Subject: [PATCH] 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. --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index fda41c5d32..3f742db5c5 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']