From 4217e867617c6612acd25dd1a84a76413d2ee39a Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 11 Mar 2017 18:59:50 +0000 Subject: [PATCH] merge revision(s) 57165: Add ruby_2_4 branch to test on travis [skip ci] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 1 + version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e061f959a8..24837a4bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ branches: - ruby_2_1 - ruby_2_2 - ruby_2_3 + - ruby_2_4 - /^feature\// - /^bug\// diff --git a/version.h b/version.h index 8ac19173f4..693968498e 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.4.0" #define RUBY_RELEASE_DATE "2017-03-12" -#define RUBY_PATCHLEVEL 47 +#define RUBY_PATCHLEVEL 48 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 3