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

[ruby/etc] Bump up etc version to 1.3.0

https://github.com/ruby/etc/commit/85ca541d0b
This commit is contained in:
Hiroshi SHIBATA 2021-10-19 20:51:17 +09:00
parent b482a516d2
commit 847eeafd65

View file

@ -52,7 +52,7 @@ char *getenv();
#endif
char *getlogin();
#define RUBY_ETC_VERSION "1.2.0"
#define RUBY_ETC_VERSION "1.3.0"
#ifdef HAVE_RB_DEPRECATE_CONSTANT
void rb_deprecate_constant(VALUE mod, const char *name);