1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* mkconfig.rb: add teeny to CONFIG['ruby_version'].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-12-24 07:20:56 +00:00
parent 835c8d9d48
commit 8fd4044446
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Dec 24 16:18:57 2007 Koichi Sasada <ko1@atdot.net>
* mkconfig.rb: add teeny to CONFIG['ruby_version'].
Mon Dec 24 15:55:50 2007 Koichi Sasada <ko1@atdot.net>
* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.

View file

@ -138,7 +138,7 @@ end
print(*v_fast)
print(*v_others)
print <<EOS
CONFIG["ruby_version"] = "$(MAJOR).$(MINOR)"
CONFIG["ruby_version"] = "$(MAJOR).$(MINOR).$(TEENY)"
CONFIG["rubylibdir"] = "$(libdir)/ruby/$(ruby_version)"
CONFIG["archdir"] = "$(rubylibdir)/$(arch)"
CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)"