summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 06:48:23 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 06:48:23 +0000
commit30b0fe4cc2dc3489c1105fe41050c0116186e61a (patch)
treec9934521ad123356dfe22745dd2d4eb85b625c7e /version.h
parentfec18c0bc2656e1bc7afd4ec1f99523555e75616 (diff)
merge revision(s) 22988:
* lib/pathname.rb (Pathname#sub): set $~ in block.binding. [ruby-dev:38173] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23920 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 69b80d3e49..fa8604fc2a 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.7"
-#define RUBY_RELEASE_DATE "2009-06-29"
+#define RUBY_RELEASE_DATE "2009-07-01"
#define RUBY_VERSION_CODE 187
-#define RUBY_RELEASE_CODE 20090629
-#define RUBY_PATCHLEVEL 175
+#define RUBY_RELEASE_CODE 20090701
+#define RUBY_PATCHLEVEL 176
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_YEAR 2009
-#define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 29
+#define RUBY_RELEASE_MONTH 7
+#define RUBY_RELEASE_DAY 1
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
@@ -29,3 +29,4 @@ RUBY_EXTERN const char *ruby_copyright;
#define RUBY_RELEASE_NUM RUBY_PATCHLEVEL
+