summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:23:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:23:09 +0900
commit14510521720231dd9f07d949c86c9df9c52b205b (patch)
tree6650b8171533a18d296ed859219d2e500cf4f5e6 /version.h
parent6c6dca749d3f732b7be04bae20095a040c50fdb8 (diff)
merge revision(s) 989a2355808a63fc45367785c82ffd46d18c900a:
Fix Use-After-Free issue for Regexp Co-authored-by: Isaac Peka <7493006+isaac-peka@users.noreply.github.com> --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 565dbef60b..20e5c6748a 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,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 218
+#define RUBY_PATCHLEVEL 219
#define RUBY_RELEASE_YEAR 2024
#define RUBY_RELEASE_MONTH 4