summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-17 04:20:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-17 04:20:40 +0000
commit897b2177c19cf2f0dc956b9b868191f5f4d29112 (patch)
tree29839ba1e56f4fbffb73c919138f133be3a8b01b /version.h
parent6d886eb2557fe846957da483ab08f7c964e95679 (diff)
merge revision(s) 47716: [Backport #10285]
* ext/stringio/stringio.c (strio_write): ASCII-8BIT StringIO should be writable any encoding strings, without conversion. [ruby-core:65240] [Bug #10285] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47988 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 0c32c68c4b..2c3b468c00 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-10-17"
-#define RUBY_PATCHLEVEL 588
+#define RUBY_PATCHLEVEL 589
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 10