summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-09-02 02:56:18 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2024-09-02 02:56:18 -0700
commit6a4e79533b4454392f3afdfa0c4d35b763b68466 (patch)
tree23a27a800fbce80e01cba00f32da089f59fa3854 /version.h
parente0e23e7d5eb4da42c490b1d3408bd6e5047e8f83 (diff)
merge revision(s) 1870505f478cc75993b296b7144a45137ace6937: [Backport #20651]
Fix wrong unreachable chunk remove when jump destination label is unremovable
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 6021be3273..741c42c89f 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 95
+#define RUBY_PATCHLEVEL 96
#include "ruby/version.h"
#include "ruby/internal/abi.h"