[ruby/etc] Bump up 1.4.5

https://github.com/ruby/etc/commit/5019f4314a
This commit is contained in:
Hiroshi SHIBATA 2024-12-03 13:53:43 +09:00
parent ef2b538502
commit 7716124759

View File

@ -56,7 +56,7 @@ static VALUE sGroup;
#endif
RUBY_EXTERN char *getlogin(void);
#define RUBY_ETC_VERSION "1.4.4"
#define RUBY_ETC_VERSION "1.4.5"
#define SYMBOL_LIT(str) ID2SYM(rb_intern_const(str ""))