summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-03-21 16:46:58 +0900
committernagachika <nagachika@ruby-lang.org>2022-03-21 16:46:58 +0900
commit1ea12cf590603dbc800314c98099eca9eeca1128 (patch)
tree2adfa47f51497be65922e7f353de3791ef7d5adb /version.h
parent1a1701c0c3d86c35019f2edf23c35ec6110d1bac (diff)
update common.mk dependency to follow up the previous commit.
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 ae0c48ec08..20bf547212 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,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 199
+#define RUBY_PATCHLEVEL 200
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 3