summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2021-04-05 20:56:45 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-04-05 20:56:45 +0900
commitb609bf0a17e166a7092fa6d2ff291ed9a26e2510 (patch)
treecb6e255438d388b47a300044774d70736079f8d7
parentf81a8ced59251593ea5c1bd1e0692bdc67f6efeb (diff)
teenyup
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 271414f860..2ff3883c26 100644
--- a/version.h
+++ b/version.h
@@ -10,9 +10,9 @@
*/
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
-#define RUBY_VERSION_TEENY 0
+#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 63
+#define RUBY_PATCHLEVEL 64
#define RUBY_RELEASE_YEAR 2021
#define RUBY_RELEASE_MONTH 4