diff options
| author | nagachika <nagachika@ruby-lang.org> | 2024-11-10 12:31:36 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-11-10 12:55:34 +0900 |
| commit | 288e24b73ab20100b63ae7d30fb06a7d8a19de6e (patch) | |
| tree | fec6b18b2dc2843d1f8ed130ddfc7a00e85c2e97 /version.h | |
| parent | 31b58f89c682e2568c1d7b3299a13a64fbc846de (diff) | |
merge revision(s) 29c480dd6fca993590c82078ba797e2c4e876ac7: [Backport #20853]
[Bug #20853] Fix Proc#hash to not change after compaction
The hash value of a Proc must remain constant after a compaction, otherwise
it may not work as the key in a hash table.
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 6 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 234 +#define RUBY_PATCHLEVEL 235 #include "ruby/version.h" #include "ruby/internal/abi.h" |
