summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 14:07:48 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 14:07:48 +0000
commit9d701183e159b9f3c4a4a54fbba9fae2af3a9be6 (patch)
tree749524a0f9d8f583719e8f26b30f54a0aa74b8ab /version.h
parent3da1f24e1e02fbbdd32305299d871a34fe3d54c8 (diff)
merge revision(s) 41254,41655: [Backport #8519]
test_io.rb: fix test error * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): retry to remove the temporary file while EACCES occurs because of syncing in the system probably. rescue ENOSPC from IO#tell. [ruby-core:55457] [Bug #8519] * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip if writing a file is slow. [ruby-core:55541] [Bug #8519] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41659 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 01241ec964..9d076507cd 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-06-26"
-#define RUBY_PATCHLEVEL 243
+#define RUBY_PATCHLEVEL 244
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 6