mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bump teeny version to 3.0.3.
This commit is contained in:
parent
0db68f0233
commit
3540939b95
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
||||||
*/
|
*/
|
||||||
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
|
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
|
||||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||||
#define RUBY_VERSION_TEENY 2
|
#define RUBY_VERSION_TEENY 3
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL 107
|
#define RUBY_PATCHLEVEL 108
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2021
|
#define RUBY_RELEASE_YEAR 2021
|
||||||
#define RUBY_RELEASE_MONTH 7
|
#define RUBY_RELEASE_MONTH 7
|
||||||
|
|
Loading…
Reference in a new issue