summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-28 07:20:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-28 07:20:40 +0000
commit7149859bc35cfe7497a1e98118f22a1628e8703d (patch)
tree4b27d0d86783576fe99e59c394e717e54628610b /version.h
parent3412d1016a4a166d7e7bf32e56bcde5cc25f19ae (diff)
merge revision(s) 48160: [Backport #10432]
* proc.c (method_proc): the receiver of binding from method should be same as the receiver of the method. [ruby-core:65917] [Bug #10432] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@48633 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 48a0af5d4a..ec4a00c26b 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-11-28"
-#define RUBY_PATCHLEVEL 602
+#define RUBY_PATCHLEVEL 603
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 11