mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
e1c29a3f13
* ext/socket/socket.c (tcp_s_open): should not give default value to local_host. * time.c (time_s_times): move to Process::times. * file.c (rb_file_s_lchmod): new method File::lchmod. * file.c (rb_file_s_lchown): new method File::lchown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1192 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-02-16"
|
|
#define RUBY_VERSION_CODE 170
|
|
#define RUBY_RELEASE_CODE 20010216
|