1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert 207fb8e6d8 partially.

Bacause the GitHub Actions workflow for MinGW failed on 'where check'
This commit is contained in:
nagachika 2022-02-13 14:30:07 +09:00
parent 207fb8e6d8
commit 18bd117955
2 changed files with 1 additions and 3 deletions

View file

@ -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) {

View file

@ -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