Skip to content

Commit

Permalink
Prepping for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Feb 25, 2016
1 parent 0c7e4e2 commit 11d3b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@
else nil
raise "Could not find appropriate architecture for '#{arch}'"
end
FileUtils.cp(binary, bindir)

bin_name = File.basename(binary).gsub('mjruby', 'jruby')
FileUtils.cp(binary, File.join(bindir, bin_name))
2 changes: 1 addition & 1 deletion mrblib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class MJRuby
VERSION="1.0.0.rc2"
VERSION="1.0.0"
end

0 comments on commit 11d3b78

Please sign in to comment.