diff options
author | taca <taca@pkgsrc.org> | 2008-06-20 15:38:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-20 15:38:45 +0000 |
commit | 730341d6566f104c701c3af2c218da7cc29cece0 (patch) | |
tree | d7147524b8ca0c8a8b4a6c933d675fb879a5a984 /lang | |
parent | 227c288b10666fdf599b7587259bd39e830a8d18 (diff) | |
download | pkgsrc-730341d6566f104c701c3af2c218da7cc29cece0.tar.gz |
Start updating Ruby 1.8.7 patchlevel 22.
Update RUBY18_PATCHLEVEL to 22.
Diffstat (limited to 'lang')
-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 611d962e2ae..34aacae5377 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.40 2008/06/19 14:30:45 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.41 2008/06/20 15:38:45 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined RUBY18_VERSION= 1.8.7 # patch -RUBY18_PATCHLEVEL= 17 +RUBY18_PATCHLEVEL= 22 # RUBY_VERSION_DEFAULT defines default version for Ruby related # packages and user can define in mk.conf. (1.6 or 1.8) |