From 890ef6c14ee161b07ba4edc75b2b63c4b4603da6 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 30 Sep 2010 17:08:17 -0700 Subject: [PATCH] Bump configure version. --- Rakefile | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index e04d030dfd..be7e26d148 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ end require config_rb BUILD_CONFIG = Rubinius::BUILD_CONFIG -unless BUILD_CONFIG[:config_version] == 17 +unless BUILD_CONFIG[:config_version] == 18 STDERR.puts "Your configuration is outdated, please run ./configure first" exit 1 end diff --git a/configure b/configure index 6531cc9bc4..96b21dba0c 100755 --- a/configure +++ b/configure @@ -64,7 +64,7 @@ class Configure @libversion = "1.1" @version = "#{@libversion}.0" @release_date = "2010-09-23" - @config_version = 17 + @config_version = 18 if !ENV['RELEASE'] and File.directory?(root + "/.git") @buildrev = `git rev-list --all | head -n1`.chomp