summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 15:29:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 15:29:37 +0000
commit091f98cf8c34c4288d0a3afcddd566ab652a30fb (patch)
tree143c36ff8c569f7606a9c46039574ee299a52510 /version.h
parentca310ba6f7a37d43ab977429081747bed44816e5 (diff)
merge revision(s) 53573: [Backport #11989]
* parse.y (parser_here_document): an escaped newline is not an actual newline, and the rest part should not be dedented. [ruby-core:72855] [Bug #11989] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62826 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 845428a7a6..5a363b8a1c 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.7"
#define RUBY_RELEASE_DATE "2018-03-19"
-#define RUBY_PATCHLEVEL 426
+#define RUBY_PATCHLEVEL 427
#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 3