Skip to content

Commit

Permalink
Promoted stable version for cross-compilation. Closes GH-19
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Nov 25, 2010
1 parent fa59e5e commit b9486b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.txt
@@ -1,5 +1,8 @@
=== (in Git)

* Enhancements:
* Promoted stable version for cross-compilation to 1.8.6-p398. Closes GH-19

* Bugfixes:
* Generate a fake.rb compatible with Ruby 1.9.2. Closes GH-25
* fake.rb will not try to mimic Ruby's own fake to the letter. Closes GH-28
Expand Down
2 changes: 1 addition & 1 deletion tasks/bin/cross-ruby.rake
Expand Up @@ -35,7 +35,7 @@ require 'rake/extensioncompiler'

MAKE = ENV['MAKE'] || %w[gmake make].find { |c| system("#{c} -v > /dev/null 2>&1") }
USER_HOME = File.expand_path("~/.rake-compiler")
RUBY_CC_VERSION = "ruby-#{ENV['VERSION'] || '1.8.6-p287'}"
RUBY_CC_VERSION = "ruby-#{ENV['VERSION'] || '1.8.6-p398'}"
RUBY_SOURCE = ENV['SOURCE']

# grab the major "1.8" or "1.9" part of the version number
Expand Down

0 comments on commit b9486b3

Please sign in to comment.