diff options
-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 de8fffa8dfa..f9721d87262 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.19 2005/12/28 09:27:13 abs Exp $ +# $NetBSD: rubyversion.mk,v 1.20 2006/01/03 14:31:17 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -7,7 +7,7 @@ _RUBYVERSION_MK= # defined .include "../../mk/bsd.prefs.mk" # current supported Ruby's version -RUBY18_VERSION?= 1.8.3 +RUBY18_VERSION?= 1.8.4 # RUBY_VERSION_DEFAULT defines default version for Ruby related # packages and user can define in mk.conf. (1.6 or 1.8) |