summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-19 16:58:53 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-19 16:58:53 +0000
commit4bcae05f01915183e7bc525c0f2e4682a0ec40e0 (patch)
tree60767e3a8b5fb654f49b992b03a2b1c1cacd67ce /version.h
parentee2df505d8ee589a7778bf5723e701ec171362d3 (diff)
merge revision(s) r44527: [Backport #9377]
* vm_insnhelper.c (vm_search_super_method): when super called in a bound UnboundMethod generated from a module, no superclass is found since the current defined class is the module, then call method_missing in that case. [ruby-core:59619] [Bug #9377] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@45051 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 73b4bcefce..df4802f2c7 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-02-20"
-#define RUBY_PATCHLEVEL 439
+#define RUBY_PATCHLEVEL 440
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 2