summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 13:51:14 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 13:51:14 +0000
commitb789e70a315b1df715c44389ba46503209a28518 (patch)
tree84e8f254799eb5eaf731d9df277fd92099a90e51 /version.h
parent606fd78e9d9d7d99196327067877f1da30982dea (diff)
merge revision(s) 19690:
* eval.c (rb_mod_modfunc): method undefined in included module may not have nd_body. [ruby-core:18738] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21855 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 daf5f8885c..7267bcbda2 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-01-28"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090128
-#define RUBY_PATCHLEVEL 313
+#define RUBY_PATCHLEVEL 314
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8