aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brewkit.rb2
-rw-r--r--Library/Homebrew/env.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/brewkit.rb b/Library/Homebrew/brewkit.rb
index c24205b54..fe95ae099 100644
--- a/Library/Homebrew/brewkit.rb
+++ b/Library/Homebrew/brewkit.rb
@@ -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
diff --git a/Library/Homebrew/env.rb b/Library/Homebrew/env.rb
index e1beac1c1..951d9f9dc 100644
--- a/Library/Homebrew/env.rb
+++ b/Library/Homebrew/env.rb
@@ -19,4 +19,6 @@ require 'pathname'
$root=Pathname.new(__FILE__).dirname.parent.parent.realpath
$formula=$root+'Library'+'Formula'
-$cellar=$root+'Cellar' \ No newline at end of file
+$cellar=$root+'Cellar'
+
+HOMEBREW_VERSION='0.2' \ No newline at end of file