summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-27 15:46:49 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-27 15:46:49 +0000
commitd4746b5deb8b675a6e0576a89a412f6e24a8c2bd (patch)
tree402dc26bb0b3f585ec059d3dbdba07c456d5405d /mkconfig.rb
parent3374832f922c8a9624f9d3c4b0e7bfbec9cf6d1a (diff)
* merge -c 11918
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rw-r--r--mkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 5858287734..440399b1b8 100644
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -86,6 +86,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 : /= \"(?!\$[\(\{])/