* version.h: added declarations of ruby_version,
ruby_release_date, ruby_platform. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ac0ba927f3
commit
97ebe521bf
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 24 01:25:21 2004 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
|
* version.h: added declarations of ruby_version,
|
||||||
|
ruby_release_date, ruby_platform.
|
||||||
|
|
||||||
Wed Jun 23 22:19:10 2004 Dave Thomas <dave@pragprog.com>
|
Wed Jun 23 22:19:10 2004 Dave Thomas <dave@pragprog.com>
|
||||||
|
|
||||||
* ext/socket/socket.c (sock_s_gethostbyaddr): Work around problem
|
* ext/socket/socket.c (sock_s_gethostbyaddr): Work around problem
|
||||||
|
@ -9,3 +9,7 @@
|
|||||||
#define RUBY_RELEASE_YEAR 2004
|
#define RUBY_RELEASE_YEAR 2004
|
||||||
#define RUBY_RELEASE_MONTH 6
|
#define RUBY_RELEASE_MONTH 6
|
||||||
#define RUBY_RELEASE_DAY 23
|
#define RUBY_RELEASE_DAY 23
|
||||||
|
|
||||||
|
RUBY_EXTERN const char ruby_version[];
|
||||||
|
RUBY_EXTERN const char ruby_release_date[];
|
||||||
|
RUBY_EXTERN const char ruby_platform[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user