summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-27 15:46:36 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-27 15:46:36 +0000
commit513420bdfc708434b02f549fb2710b0e0feadc3c (patch)
tree5a38787012215f31bca02096000a184596bc4f72 /mkconfig.rb
parent30a2c3532d0a030f5273b572d596166830eb38d1 (diff)
* merge -c 11918
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rwxr-xr-xmkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index ce1c8a7465..b47b7423c5 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -112,6 +112,7 @@ unless has_version
print " CONFIG[\"MINOR\"] = \"" + $2 + "\"\n"
print " CONFIG[\"TEENY\"] = \"" + $3 + "\"\n"
}
+ print " CONFIG[\"PATCHLEVEL\"] = \"" + RUBY_PATCHLEVEL + "\"\n"
end
dest = drive ? /= \"(?!\$[\(\{])(?:[a-z]:)?/i : /= \"(?!\$[\(\{])/