mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
62261ccb47
value is ignored. * class.c (rb_singleton_class_clone): should copy class constant table as well. * class.c (rb_include_module): sometimes cache was mistakenly left uncleared - based on the patch by K.Kosako. * ruby.h: all Check_SafeStr()'s are replaced by SafeStr() to ensure 'to_str' be always effective. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
4 lines
133 B
C
4 lines
133 B
C
#define RUBY_VERSION "1.7.0"
|
|
#define RUBY_RELEASE_DATE "2001-03-28"
|
|
#define RUBY_VERSION_CODE 170
|
|
#define RUBY_RELEASE_CODE 20010328
|