1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add execution bit for autogen.sh.

This commit is contained in:
nagachika 2021-04-18 19:03:43 +09:00
parent a55ba76617
commit 5a9b5b8e95
2 changed files with 1 additions and 1 deletions

0
autogen.sh Normal file → Executable file
View file

View file

@ -12,7 +12,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 70
#define RUBY_PATCHLEVEL 71
#define RUBY_RELEASE_YEAR 2021
#define RUBY_RELEASE_MONTH 4