summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-18 06:21:30 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-18 06:21:30 +0000
commit00fd8fe399514c21969b7fba99106ab1d970c47b (patch)
tree6cc616d719dae67b087cb5925479ab54822680d8 /version.h
parent7af00f1534132b7838680ab08078d1d2fe1f6aa0 (diff)
merge revision(s) 17396:
* marshal.c (w_object, marshal_dump, r_object0, marshal_load): search public methods only. [ruby-core:17283] * object.c (convert_type): ditto. * lib/singleton.rb (Singleton#_dump): conversion method should be public. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17406 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 b9c00ee469..562c1e21d4 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2008-06-18"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20080618
-#define RUBY_PATCHLEVEL 224
+#define RUBY_PATCHLEVEL 225
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8