summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 21:29:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 21:29:36 +0000
commitc442dd605b7648bfac4b3c5be4159ad66323b231 (patch)
treea2bec610f5e2cf8da737a44545bc7b60c0960089 /version.h
parent526cc900922d5a316818bcacbf52b088f561a147 (diff)
merge revision(s) 61605,62359,62361: [Backport #14356]
Try to fix Travis CI configuration. .travis.yml: send notification to #alerts instead of #commits. .travis.yml: resurrect notification to #commits I heard at least Shibata-san sees the channel for the notification. But I want #alets to have all CI failure notifications too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62537 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 43ba29bc7e..84f97fda6f 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "2.5.0"
-#define RUBY_RELEASE_DATE "2018-02-22"
-#define RUBY_PATCHLEVEL 30
+#define RUBY_RELEASE_DATE "2018-02-23"
+#define RUBY_PATCHLEVEL 31
#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 22
+#define RUBY_RELEASE_DAY 23
#include "ruby/version.h"