diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-23 16:33:51 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-23 16:33:51 +0000 |
| commit | c8d0d58283604a1a43eb5e275f4e5f208f888838 (patch) | |
| tree | d091855be77fe5b9bcb1949383ce531102c753d5 | |
| parent | 7f3c528333839131c5820a24f8fbf3fdf09c9eb1 (diff) | |
| download | ruby-c8d0d58283604a1a43eb5e275f4e5f208f888838.tar.gz ruby-c8d0d58283604a1a43eb5e275f4e5f208f888838.tar.xz ruby-c8d0d58283604a1a43eb5e275f4e5f208f888838.zip | |
* version.h: added declarations of ruby_version,
ruby_release_date, ruby_platform.
(backported from HEAD)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | version.h | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Jun 24 01:32:43 2004 Shugo Maeda <shugo@ruby-lang.org> + + * version.h: added declarations of ruby_version, + ruby_release_date, ruby_platform. + (backported from HEAD) + Wed Jun 23 22:23:37 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[]; |
