Skip to content

Commit

Permalink
Force reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Apr 5, 2010
1 parent 72eaeee commit a88faa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end
require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG

unless BUILD_CONFIG[:config_version] == 3
unless BUILD_CONFIG[:config_version] == 4
STDERR.puts "Your configuration is outdated, please run ./configure first"
exit 1
end
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Configure
@libversion = "1.0"
@version = "#{@libversion}.0-rc4"
@release_date = "2010-03-31"
@config_version = 3
@config_version = 4

if !ENV['RELEASE'] and File.directory?(root + "/.git")
@buildrev = `git rev-list --all | head -n1`.chomp
Expand Down

0 comments on commit a88faa9

Please sign in to comment.