Bump VERSION to 0.2

This commit is contained in:
Max Howell 2009-06-05 07:49:45 +01:00
parent ad153ad1cf
commit 96ddd7ee05
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,6 @@ require 'pathname'
require 'osx/cocoa' # to get number of cores
require "#{File.dirname __FILE__}/env"
HOMEBREW_VERSION='0.1'
# optimise all the way to eleven, references:
# http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
# http://forums.mozillazine.org/viewtopic.php?f=12&t=577299

View File

@ -19,4 +19,6 @@ require 'pathname'
$root=Pathname.new(__FILE__).dirname.parent.parent.realpath
$formula=$root+'Library'+'Formula'
$cellar=$root+'Cellar'
$cellar=$root+'Cellar'
HOMEBREW_VERSION='0.2'