From 08fc80ffe54d749c3657457eee7f23e0bbc471bc Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 21 May 2009 14:47:02 +0000 Subject: merges r23359 from trunk into ruby_1_9_1. -- * array.c (rb_ary_sample): negative sample number is invalid. [ruby-core:23374] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index b98674fdf..ae7c2f009 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,6 @@ #define RUBY_VERSION "1.9.1" #define RUBY_RELEASE_DATE "2009-05-12" -#define RUBY_PATCHLEVEL 129 - +#define RUBY_PATCHLEVEL 130 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -- cgit