Skip to content

Commit

Permalink
Update version number to rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed May 10, 2010
1 parent c7c7d02 commit 214e23b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end
require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG

unless BUILD_CONFIG[:config_version] == 5
unless BUILD_CONFIG[:config_version] == 6
STDERR.puts "Your configuration is outdated, please run ./configure first"
exit 1
end
Expand Down
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class Configure

# Essential settings (modify these for creating releases)
@libversion = "1.0"
@version = "#{@libversion}.0-rc4"
@release_date = "2010-03-31"
@config_version = 5
@version = "#{@libversion}.0-rc5"
@release_date = "2010-05-10"
@config_version = 6

if !ENV['RELEASE'] and File.directory?(root + "/.git")
@buildrev = `git rev-list --all | head -n1`.chomp
Expand Down

0 comments on commit 214e23b

Please sign in to comment.