summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2020-06-13 16:03:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2020-06-13 16:03:14 +0000
commita7acd35380ff97d030ac8f334562cb3ab05ec274 (patch)
tree52743f12719a49ef7c92346ba955e448cf49f478 /version.h
parent6d20bf22fe82ec5c492c1822bc920be32831dd0d (diff)
merge revision(s) 7e289cdf3fed588b2d5a6973e29f9ff95cb8d76c: [Backport #16949]
[ruby/psych] Fixing compatibility with libyaml 0.2.5 The main issue is that commas aren't allowed in local tags. libyaml was updated to follow the spec, and our tests were out of date. See: https://github.com/yaml/libyaml/issues/196 https://github.com/ruby/psych/commit/3f5e520fd3 Note that this is not security fix, but need for release processs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/version.h b/version.h
index 4bae205bb7..3c645a858e 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
-#define RUBY_VERSION "2.5.8"
-#define RUBY_RELEASE_DATE "2020-03-31"
-#define RUBY_PATCHLEVEL 224
+#define RUBY_VERSION "2.5.9"
+#define RUBY_RELEASE_DATE "2020-06-14"
+#define RUBY_PATCHLEVEL 225
#define RUBY_RELEASE_YEAR 2020
-#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 31
+#define RUBY_RELEASE_MONTH 6
+#define RUBY_RELEASE_DAY 14
#include "ruby/version.h"