summaryrefslogtreecommitdiffstats
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 07:20:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 07:20:56 +0000
commita53b02a2f10dda36aa28e5071ad6976691c9f5b3 (patch)
tree58c835046b13057502033db74e93880c1a19ed8b /mkconfig.rb
parentfc674b11d256af86cf16d37f82e87fc72edf9ae1 (diff)
downloadruby-a53b02a2f10dda36aa28e5071ad6976691c9f5b3.tar.gz
ruby-a53b02a2f10dda36aa28e5071ad6976691c9f5b3.tar.xz
ruby-a53b02a2f10dda36aa28e5071ad6976691c9f5b3.zip
* mkconfig.rb: add teeny to CONFIG['ruby_version'].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rwxr-xr-xmkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 1cd581cb4..1086c5790 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -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)"