Skip to content

Commit

Permalink
Force clean build for header file change.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Oct 16, 2011
1 parent 10d4535 commit f20cf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,7 +33,7 @@ end
require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG

unless BUILD_CONFIG[:config_version] == 138
unless BUILD_CONFIG[:config_version] == 139
STDERR.puts "Your configuration is outdated, please run ./configure first"
exit 1
end
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -114,7 +114,7 @@ class Configure
@libversion = "2.0"
@version = "#{@libversion}.0dev"
@release_date = "yyyy-mm-dd"
@config_version = 138
@config_version = 139

# TODO: add conditionals for platforms
if RbConfig::CONFIG["build_os"] =~ /darwin/
Expand Down

0 comments on commit f20cf56

Please sign in to comment.