From c442dd605b7648bfac4b3c5be4159ad66323b231 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 22 Feb 2018 21:29:36 +0000 Subject: 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 --- version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.h') 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" -- cgit v1.2.3