summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-10-01 11:05:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-10-01 11:05:22 +0000
commit38d2d0dbd319a9cc49fd2c945be4090cea72ef36 (patch)
tree30442d606380f52dc1e897b09baa23122f9def1b /version.h
parent88387876af112eb0bdefe7408bca6aaaacf52d6f (diff)
merge revision(s) 36e057e26ef2104bc2349799d6c52d22bb1c7d03
Loop with String#scan without creating substrings Create the substrings necessary parts only, instead of cutting the rest of the buffer. Also removed a useless, probable typo, regexp. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@67818 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 b162c53921..27894d4ed3 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.4.8"
#define RUBY_RELEASE_DATE "2019-10-01"
-#define RUBY_PATCHLEVEL 358
+#define RUBY_PATCHLEVEL 359
#define RUBY_RELEASE_YEAR 2019
#define RUBY_RELEASE_MONTH 10