summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-11-04 14:42:47 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2024-11-04 14:42:47 -0800
commitedeb0319f7a95dfe3f9b895bcf32371dd8514726 (patch)
tree62047e61307d9930c2c96ece1eb98de41a6b42aa /version.h
parent5ce0ba0d415deb99527c409cc5f1df16ce02ef3e (diff)
merge revision(s) 6118e8a47394409b53164b60e79fadf348b97db3: [Backport #20716]
Fix method caching bug when including/prepend module A that prepends module B Fix by always adding the generated iclass to the subclasses list, otherwise the method cache for the iclass is not cleared when the method in the module is overwritten. Fixes [Bug #20716]
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 ec757365a1..5ae5a6c638 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 106
+#define RUBY_PATCHLEVEL 107
#include "ruby/version.h"
#include "ruby/internal/abi.h"