mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Bump VERSION to 0.2
This commit is contained in:
parent
ad153ad1cf
commit
96ddd7ee05
@ -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
|
||||
|
@ -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'
|
Loading…
x
Reference in New Issue
Block a user