ruby-changes:74010
From: nagachika <ko1@a...>
Date: Sat, 15 Oct 2022 17:33:38 +0900 (JST)
Subject: [ruby-changes:74010] 802671cdd4 (ruby_3_1): merge revision(s) 5e554d30ba747ad1b59335efaa63c7e3c94bfad0:
https://git.ruby-lang.org/ruby.git/commit/?id=802671cdd4 From 802671cdd43ed15eda0a30c187c6a4ce129dfbf9 Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> Date: Sat, 15 Oct 2022 17:32:21 +0900 Subject: merge revision(s) 5e554d30ba747ad1b59335efaa63c7e3c94bfad0: Upgrade zlib_version on AppVeyor They removed https://zlib.net/zlib1212.zip because https://zlib.net/zlib1213.zip was released :thinking_face: Fix CI failures like: https://ci.appveyor.com/project/ruby/ruby/builds/45064876/job/bb9biogolh0u2595 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- .appveyor.yml | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a04f57faa8..4ab2fc50d1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ skip_commits: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L18 - '**/*.rdoc' environment: ruby_version: "24-%Platform%" - zlib_version: "1.2.12" + zlib_version: "1.2.13" matrix: - build: vs vs: 120 diff --git a/version.h b/version.h index ed49a1d5b9..4dc5512e92 100644 --- a/version.h +++ b/version.h @@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L11 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 3 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 88 +#define RUBY_PATCHLEVEL 89 #define RUBY_RELEASE_YEAR 2022 #define RUBY_RELEASE_MONTH 10 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/