summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-31 04:40:37 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-31 04:40:37 +0000
commitac41cd68443ba522b48a09d8347a486df68a887e (patch)
treee46b19ac2d9f072832412def8fae4873d1db71d5 /ext
parenta0047c7d8959f62e89fdb8ee1845db473d7579b9 (diff)
* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/configsub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/configsub.rb b/ext/configsub.rb
index 0dc525515a..f90b2df360 100644
--- a/ext/configsub.rb
+++ b/ext/configsub.rb
@@ -3,7 +3,7 @@
BEGIN {
CONFIG = {}
- VERSION.scan(/(\d+)\.(\d+)\.(\d+)/) do
+ RUBY_VERSION.scan(/(\d+)\.(\d+)\.(\d+)/) do
# overridden if config.status has version
CONFIG['MAJOR'] = $1
CONFIG['MINOR'] = $2