aboutsummaryrefslogtreecommitdiffstats
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
commit8265f3125e7201d8fc1af8bf778fd6cede6900db (patch)
tree46d976377a661d653d21cb8cdd49bbdbecb8bcf6 /version.h
parent6727d4a14a029f9b79c4bc50142e0bf9122fb055 (diff)
downloadruby-8265f3125e7201d8fc1af8bf778fd6cede6900db.tar.gz
* include/ruby/version.h: extracted the extensions interface and
the never-changable info. git-svn-id: svn+ssh://ci.ruby-lang.org/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 e04d67f773..2a781d59dd 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