Skip to content

Commit

Permalink
Update version number for 1.0.0! Break out the champagne!
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed May 14, 2010
1 parent 5a658af commit e6c32af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit e6c32af

Please sign in to comment.