summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--array.c2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/array.c b/array.c
index cef9603bd4..ff2dc671ba 100644
--- a/array.c
+++ b/array.c
@@ -3602,7 +3602,7 @@ recursive_eql(VALUE ary1, VALUE ary2, int recur)
* ary.eql?(other) -> true or false
*
* Returns +true+ if +self+ and +other+ are the same object,
- * or are both arrays with the same content.
+ * or are both arrays with the same content (according to Object#eql?).
*/
static VALUE
diff --git a/version.h b/version.h
index 6d9f0ef946..2ec1cec651 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-04-25"
-#define RUBY_PATCHLEVEL 169
+#define RUBY_PATCHLEVEL 170
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 4