Skip to content

Commit

Permalink
Bump configure version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Oct 1, 2010
1 parent cbf4ba4 commit 890ef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 890ef6c

Please sign in to comment.