summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-13 06:23:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-13 06:23:20 +0000
commit712530c64d9d5bcfa71a3ced690499b897b23477 (patch)
tree46d976377a661d653d21cb8cdd49bbdbecb8bcf6 /version.h
parent3bae52f932eced9ec232f4177b798bc2686ad112 (diff)
downloadruby-712530c64d9d5bcfa71a3ced690499b897b23477.tar.gz
ruby-712530c64d9d5bcfa71a3ced690499b897b23477.tar.xz
ruby-712530c64d9d5bcfa71a3ced690499b897b23477.zip
* include/ruby/version.h: extracted the extensions interface and
the never-changable info. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/version.h b/version.h
index e04d67f77..2a781d59d 100644
--- a/version.h
+++ b/version.h
@@ -10,19 +10,7 @@
#define RUBY_RELEASE_MONTH 5
#define RUBY_RELEASE_DAY 13
-#ifdef RUBY_EXTERN
-RUBY_EXTERN const char ruby_version[];
-RUBY_EXTERN const char ruby_release_date[];
-RUBY_EXTERN const char ruby_platform[];
-RUBY_EXTERN const int ruby_patchlevel;
-RUBY_EXTERN const char ruby_description[];
-RUBY_EXTERN const char ruby_copyright[];
-#endif
-
-#define RUBY_AUTHOR "Yukihiro Matsumoto"
-#define RUBY_BIRTH_YEAR 1993
-#define RUBY_BIRTH_MONTH 2
-#define RUBY_BIRTH_DAY 24
+#include "ruby/version.h"
#if !defined RUBY_LIB_VERSION && defined RUBY_LIB_VERSION_STYLE
# if RUBY_LIB_VERSION_STYLE == 3