summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-26 09:34:32 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-26 09:34:32 +0000
commit9744750be01abbb719c9fea69c4414feeb9ee51a (patch)
tree28b0307461132b51c2758e2798e17cbd25c45fd3 /version.h
parente3adeba5b2ceef912e36ee9d95678c4e22458a26 (diff)
Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>
* version.h: addition of RUBY_PATCHLEVEL. * version.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/version.h b/version.h
index 5e1c75df17..c3fe12bc41 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,8 @@
#define RUBY_VERSION "1.8.5"
-#define RUBY_RELEASE_DATE "2006-11-24"
+#define RUBY_RELEASE_DATE "2006-11-26"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20061124
+#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
@@ -13,3 +14,4 @@
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;