summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-11-10 12:31:36 +0900
committernagachika <nagachika@ruby-lang.org>2024-11-10 12:55:34 +0900
commit288e24b73ab20100b63ae7d30fb06a7d8a19de6e (patch)
treefec6b18b2dc2843d1f8ed130ddfc7a00e85c2e97 /version.h
parent31b58f89c682e2568c1d7b3299a13a64fbc846de (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 04d45470cc..27acd894cf 100644
--- a/version.h
+++ b/version.h
@@ -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"