Skip to content

Commit

Permalink
Version bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Nov 19, 2010
1 parent 0215a2c commit 925314f
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 @@ -33,7 +33,7 @@ end
require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG

unless BUILD_CONFIG[:config_version] == 23
unless BUILD_CONFIG[:config_version] == 24
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 @@ -72,9 +72,9 @@ class Configure

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

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

0 comments on commit 925314f

Please sign in to comment.