diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-23 16:29:16 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-23 16:29:16 +0000 |
| commit | 97ebe521bfdb6ef8fa172b7cb02c3595fe749de6 (patch) | |
| tree | 8a26b5009c48a6962f7b8bb62fcc8485c2aefa8e | |
| parent | ac0ba927f3914353b8bac6da9b93753a169fb4ef (diff) | |
* 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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | version.h | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -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> * ext/socket/socket.c (sock_s_gethostbyaddr): Work around problem @@ -9,3 +9,7 @@ #define RUBY_RELEASE_YEAR 2004 #define RUBY_RELEASE_MONTH 6 #define RUBY_RELEASE_DAY 23 + +RUBY_EXTERN const char ruby_version[]; +RUBY_EXTERN const char ruby_release_date[]; +RUBY_EXTERN const char ruby_platform[]; |
