[ruby/etc] Bump version to 1.4.1

https://github.com/ruby/etc/commit/b3e9d9ceb0
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 15:05:09 +09:00 коммит произвёл git
Родитель e01c980aa7
Коммит a0deb64909
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ static VALUE sGroup;
#endif
char *getlogin();
#define RUBY_ETC_VERSION "1.4.0"
#define RUBY_ETC_VERSION "1.4.1"
#ifdef HAVE_RB_DEPRECATE_CONSTANT
void rb_deprecate_constant(VALUE mod, const char *name);