summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 17:11:47 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 17:11:47 +0000
commit134c045f1d5eb7273bba721fc1c997050c43e24d (patch)
treeb3e31160f5227bfdde3bb970f418c7721ee46518 /version.h
parent8ab5fe418b6c3c7393ae7a1da1017614cf2e01dc (diff)
merge revision(s) 57767,57943: [Backport #10403]
io.c: documentation for puts * io.c: [DOC] clarify that the 'record separator' between arguments passed to 'puts' is always a newline. Based on a patch by Mark Amery. [ruby-core:65801] [Misc #10403] * 2017-03-13 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@58106 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 a3551fa8ac..2d26d3d6c6 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.7"
#define RUBY_RELEASE_DATE "2017-03-26"
-#define RUBY_PATCHLEVEL 438
+#define RUBY_PATCHLEVEL 439
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3