summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-10 03:36:25 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-10 03:36:25 +0000
commit9d742d7365cfde9317b8acf5c24c0b22bc916f9b (patch)
treeae31f61cc89de5ef91f5d3649ffd5748858aa720 /version.h
parent07b140ecb19dfefb0eef7eb12c5ecbe8d11acb5b (diff)
merge revision(s) 47288: [Backport #10153]
* io.c (io_close): ignore only "closed stream" IOError and NoMethodError, do not swallow other exceptions at the end of block. [ruby-core:64463] [Bug #10153] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47503 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 df1fea7aeb..80feee2d57 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-09-10"
-#define RUBY_PATCHLEVEL 564
+#define RUBY_PATCHLEVEL 565
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 9