Skip to content

Commit 11d3b78

Browse files
committed
Prepping for release 1.0.0
1 parent 0c7e4e2 commit 11d3b78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

extconf.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@
3030
else nil
3131
raise "Could not find appropriate architecture for '#{arch}'"
3232
end
33-
FileUtils.cp(binary, bindir)
33+
34+
bin_name = File.basename(binary).gsub('mjruby', 'jruby')
35+
FileUtils.cp(binary, File.join(bindir, bin_name))

mrblib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class MJRuby
2-
VERSION="1.0.0.rc2"
2+
VERSION="1.0.0"
33
end

0 commit comments

Comments
 (0)