summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 23:55:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 23:55:21 +0000
commit2d281863caef13ca12530822f682d174f833cee6 (patch)
treec0e5301202ffef407d3280f282d526438ce42fa4 /version.h
parent732f179503065030a85ec5db47dadc5af5f2d234 (diff)
merge revision(s) 21688:
* parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG. [ruby-core:21453] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@22830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/version.h b/version.h
index b0106b5f10..765c0f1f34 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.7"
-#define RUBY_RELEASE_DATE "2009-02-25"
+#define RUBY_RELEASE_DATE "2009-03-09"
#define RUBY_VERSION_CODE 187
-#define RUBY_RELEASE_CODE 20090225
-#define RUBY_PATCHLEVEL 144
+#define RUBY_RELEASE_CODE 20090309
+#define RUBY_PATCHLEVEL 145
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_YEAR 2009
-#define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_MONTH 3
+#define RUBY_RELEASE_DAY 9
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
@@ -32,3 +32,4 @@ RUBY_EXTERN const char *ruby_copyright;
+