aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-06-05 07:49:45 +0100
committerMax Howell2009-06-05 07:49:45 +0100
commit4ea9ec849ddaa4fdb1e03e8be7eb25ff7554bf68 (patch)
tree68eb1535b6dcee935de39731cb76e52a666adf1a /Library
parenta1e3a98c119425a3cd1165e682be890092a3b96c (diff)
downloadhomebrew-4ea9ec849ddaa4fdb1e03e8be7eb25ff7554bf68.tar.bz2
Bump VERSION to 0.2
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