summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-27 08:29:38 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-27 08:29:38 +0000
commite37bc8ab8002f6f5980804ec6237513bebd2eebc (patch)
tree6c9a777a3d339760a73e24dad6cb304293b1f89c /version.h
parent88960eb7070d9f5c34a84f57a005c9d5602ed229 (diff)
merge revision(s) 19652:
* marshal.c (marshal_dump): initializes dump_arg before any funcall. [ruby-dev:36648] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21800 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 0c1acef9b6..b8a261e0a1 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-01-27"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090127
-#define RUBY_PATCHLEVEL 311
+#define RUBY_PATCHLEVEL 312
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8