From e6c32afdab7ddc0da75ae0a7b935cf27042153c9 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Fri, 14 May 2010 10:21:35 -0700 Subject: [PATCH] Update version number for 1.0.0! Break out the champagne! --- Rakefile | 2 +- configure | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 85f251befa..98893cc54c 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ end require config_rb BUILD_CONFIG = Rubinius::BUILD_CONFIG -unless BUILD_CONFIG[:config_version] == 6 +unless BUILD_CONFIG[:config_version] == 7 STDERR.puts "Your configuration is outdated, please run ./configure first" exit 1 end diff --git a/configure b/configure index 9c7dbf62b0..5a51ae37e2 100755 --- a/configure +++ b/configure @@ -38,9 +38,9 @@ class Configure # Essential settings (modify these for creating releases) @libversion = "1.0" - @version = "#{@libversion}.0-rc5" - @release_date = "2010-05-10" - @config_version = 6 + @version = "#{@libversion}.0" + @release_date = "2010-05-14" + @config_version = 7 if !ENV['RELEASE'] and File.directory?(root + "/.git") @buildrev = `git rev-list --all | head -n1`.chomp