mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/file2lastrev.rb: RUBY_REVISION must be an integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
80088a55fc
commit
1084032fb4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jan 15 20:44:30 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* tool/file2lastrev.rb: RUBY_REVISION must be an integer.
|
||||
|
||||
Thu Jan 15 15:55:31 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* encoding.c (enc_set_default_encoding): should not treat US-ASCII
|
||||
|
|
|
@ -82,7 +82,7 @@ case $output
|
|||
when :changed, nil
|
||||
puts changed
|
||||
when :revision_h
|
||||
puts "#define RUBY_REVISION #{changed}"
|
||||
puts "#define RUBY_REVISION #{changed.to_i}"
|
||||
when :doxygen
|
||||
puts "r#{changed}/r#{last}"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue