Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Nov 16, 2010
1 parent 3e5633b commit 396d0e2
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 Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
require config_rb require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG BUILD_CONFIG = Rubinius::BUILD_CONFIG


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


# Essential settings (modify these for creating releases) # Essential settings (modify these for creating releases)
@libversion = "1.1" @libversion = "1.1"
@version = "#{@libversion}.1dev" @version = "#{@libversion}.1"
@release_date = "2010-09-23" @release_date = "2010-11-16"
@config_version = 22 @config_version = 23


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

0 comments on commit 396d0e2

Please sign in to comment.