merge revision(s) 41861:

Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-07-13 14:36:03 +00:00
parent 58f44c469e
commit 725da5a34c
2 changed files with 2 additions and 1 deletions

View file

@ -2338,6 +2338,7 @@ str_eql(const VALUE str1, const VALUE str2)
return Qtrue;
return Qfalse;
}
/*
* call-seq:
* str == obj -> true or false

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-07-13"
#define RUBY_PATCHLEVEL 261
#define RUBY_PATCHLEVEL 262
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 7