diff options
-rw-r--r-- | version.c | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -22,6 +22,30 @@ #ifndef RUBY_SITEARCH #define RUBY_SITEARCH RUBY_ARCH #endif const char ruby_version[] = RUBY_VERSION; const char ruby_release_date[] = RUBY_RELEASE_DATE; |