summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-02-13 14:30:07 +0900
committernagachika <nagachika@ruby-lang.org>2022-02-13 14:30:15 +0900
commit18bd117955479bb0b84d5f5b2d4e4defdb7e7868 (patch)
tree08a0b59a26a703dfa84897ef3a5e571b2ff4a0a2
parent207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 (diff)
Revert 207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 partially.
Bacause the GitHub Actions workflow for MinGW failed on 'where check'
-rw-r--r--.github/workflows/mingw.yml2
-rw-r--r--version.h2
2 files changed, 1 insertions, 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