summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-31 14:58:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-31 14:58:24 +0000
commit7a27746ecebbfee90203e8f3816e6e80d6c65d3b (patch)
tree4645e9b2f87e0d066840bb9f00a25d20f36fc0fd /version.h
parentf86e5daee790ee509cb17f4f51f95cc76ca89a4e (diff)
merge revision(s) 67188: [Backport #15642]
io.c: chomp CR at the end of read buffer * io.c (rb_io_getline_fast): chomp CR followed by LF but separated by the read buffer boundary. [ruby-core:91707] [Bug #15642] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@67391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index 32f0e9abfa..80b9aa2070 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "2.4.6"
-#define RUBY_RELEASE_DATE "2019-03-19"
-#define RUBY_PATCHLEVEL 352
+#define RUBY_RELEASE_DATE "2019-03-31"
+#define RUBY_PATCHLEVEL 353
#define RUBY_RELEASE_YEAR 2019
#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 19
+#define RUBY_RELEASE_DAY 31
#include "ruby/version.h"