ruby-changes:71171
From: nagachika <ko1@a...>
Date: Sun, 13 Feb 2022 14:30:34 +0900 (JST)
Subject: [ruby-changes:71171] 18bd117955 (ruby_3_0): Revert 207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 partially.
https://git.ruby-lang.org/ruby.git/commit/?id=18bd117955 From 18bd117955479bb0b84d5f5b2d4e4defdb7e7868 Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> Date: Sun, 13 Feb 2022 14:30:07 +0900 Subject: Revert 207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 partially. Bacause the GitHub Actions workflow for MinGW failed on 'where check' --- .github/workflows/mingw.yml | 2 -- version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index be18e3aa68..a5d64c7b2d 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -44,8 +44,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L44 - name: where check run: | # show where - mv /c/Windows/System32/libcrypto-1_1-x64.dll /c/Windows/System32/libcrypto-1_1-x64.dll_ - mv /c/Windows/System32/libssl-1_1-x64.dll /c/Windows/System32/libssl-1_1-x64.dll_ Write-Host $where = 'gcc.exe', 'ragel.exe', 'make.exe', 'bison.exe', 'libcrypto-1_1-x64.dll', 'libssl-1_1-x64.dll' foreach ($e in $where) { diff --git a/version.h b/version.h index 31fff850a8..a34639b6ea 100644 --- a/version.h +++ b/version.h @@ -12,7 +12,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L12 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 4 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 171 +#define RUBY_PATCHLEVEL 172 #define RUBY_RELEASE_YEAR 2022 #define RUBY_RELEASE_MONTH 2 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/