aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-31 17:23:20 -0700
committerAdam Vandenberg2010-10-31 17:23:20 -0700
commit00144d14b37d0d253264f3a7b659ba47b610403a (patch)
tree3233dc3597f0b9df36a5e161de01de0b6835add4 /Library
parent57428be2ae43d1389d6d4ac43a520d3891d64893 (diff)
downloadhomebrew-00144d14b37d0d253264f3a7b659ba47b610403a.tar.bz2
Bump Homebrew to 0.7.1
The Homebrew version number is mainly useful for bug reports. Since it is included in "brew --config" output, it is an easy way to see roughly how new the a user's version of Homebrew is. Bumping the micro version now, in anticipation of some more version-changing events in the near future.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/global.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index d9b0d18bb..0555b1267 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -5,7 +5,7 @@ require 'utils'
ARGV.extend(HomebrewArgvExtension)
-HOMEBREW_VERSION = 0.7
+HOMEBREW_VERSION = '0.7.1'
HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'
if Process.uid == 0