diff options
Diffstat (limited to 'lang/ruby/rubyversion.mk')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 4ef46a91f5b..032f565b575 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.6 2005/01/16 11:48:56 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.7 2005/01/23 17:33:19 taca Exp $ # .ifndef _RUBYVERSION_MK @@ -8,7 +8,7 @@ _RUBYVERSION_MK= # defined # current supported Ruby's version RUBY16_VERSION?= 1.6.8 -RUBY18_VERSION?= 1.8.1 +RUBY18_VERSION?= 1.8.2 # default Ruby packages RUBY_VER_DEFAULT= 18 |