diff options
Diffstat (limited to 'lang/ruby')
-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 fafcfc27c65..8758ec5f985 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.89 2012/10/03 23:48:00 cheusov Exp $ +# $NetBSD: rubyversion.mk,v 1.90 2012/10/12 14:51:31 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -206,7 +206,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl370 -RUBY193_PATCHLEVEL= p194 +RUBY193_PATCHLEVEL= p286 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |