summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-31 06:56:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-31 06:56:43 +0000
commitbea02d1b35a389cd70f349183776cc96be29abc2 (patch)
tree2fa90f5fe46677be6549c27882c4dbee4de8a354 /version.h
parent1abe5c8d41f66ddc2419b361200d06c8b0d7a31e (diff)
merge revision(s) 46417,46418: [Backport #9939]
* array.c (yield_indexed_values): extract from permute0(), rpermute0(), and rcombinate0(). * array.c (rb_ary_combination): iterate on a shared copy, and use array of indexes instead of array of chosen objects. [ruby-core:63149] [Bug #9939] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47332 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 b47efb5314..2bde95c383 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-08-31"
-#define RUBY_PATCHLEVEL 532
+#define RUBY_PATCHLEVEL 533
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 8