summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-28 10:27:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-28 10:27:21 +0000
commit708122f30a83f487c2a8c95eaef4ee999af50720 (patch)
treed36fdbb570f6ef64cbff9dbe844602d3f87d8757 /version.h
parentfbf221938785ada708e9a6c981571f3a2b4a9197 (diff)
merge revision(s) 17625:
* class.c (clone_method): use rb_copy_node_scope. fixed [ruby-list:45102] fixed [ruby-core:17393] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 16d76d75b0..e95b093b06 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2008-06-28"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20080628
-#define RUBY_PATCHLEVEL 237
+#define RUBY_PATCHLEVEL 238
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8