summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-08 11:45:41 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-08 11:45:41 +0000
commit38c8d6df29fac3d1e1e12706fcbe07b9428ce8a4 (patch)
tree7eaa488718b0bb5eae16257eb231f52f3d2492b3 /version.h
parent70271340af90bdfedd52854b45704cb488946d92 (diff)
eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies rb_clear_cache_for_undef to clear entries for inherited methods.
test/ruby/test_object.rb: Backport #2202 [ruby-core:26074]; Added this file, from r25359, which tests a number of behaviors of Object, including this change. This version differs from the one in r25359 because there are several tests which currently fail on 1.8.6 because those capabilities are not implemented. Those tests are commented out. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 3592c6a41f..e055dbaa68 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-06-08"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20100608
-#define RUBY_PATCHLEVEL 405
+#define RUBY_PATCHLEVEL 406
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8