Bump up 3.0.7

This commit is contained in:
Hiroshi SHIBATA 2024-04-23 19:23:26 +09:00
parent 1451052172
commit 724a071175
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -10,9 +10,9 @@
*/
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 6
#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 219
#define RUBY_PATCHLEVEL 220
#define RUBY_RELEASE_YEAR 2024
#define RUBY_RELEASE_MONTH 4