From 18bd117955479bb0b84d5f5b2d4e4defdb7e7868 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 13 Feb 2022 14:30:07 +0900 Subject: [PATCH] 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: - 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 @@ # 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