From f20cf56f97a9f192e931e5dbbdfa6c157284abde Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Sun, 16 Oct 2011 12:37:39 -0700 Subject: [PATCH] Force clean build for header file change. --- Rakefile | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 0ac1da398b..0219c89711 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/configure b/configure index a696c35df3..150a1fb4df 100755 --- a/configure +++ b/configure @@ -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/