summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 23:25:42 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 23:25:42 +0900
commit45d92966becb5332f3ccd001842688b62ab5a441 (patch)
tree901d3385226dff5189ffe13c05d688dc80a90a5a
parent0cbfccd6307e4306da7216d955cb5a78fc6062f9 (diff)
Revert "merge revision(s) b9083c206aa02a824970e809d66607dd2c1a90f1:"
This reverts commit 97e50a056e795f6551cae2f07a9996f4adf73a1f.
-rw-r--r--.github/workflows/windows.yml7
-rw-r--r--version.h2
2 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 37c90af9e2..0dcc3cd8e7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -55,13 +55,6 @@ jobs:
restore-keys: |
${{ runner.os }}-vcpkg-download-${{ matrix.os }}-
${{ runner.os }}-vcpkg-download-
- - uses: actions/cache@v3
- with:
- path: C:\vcpkg\installed
- key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
- restore-keys: |
- ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-
- ${{ runner.os }}-vcpkg-installed-
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install readline zlib
diff --git a/version.h b/version.h
index b0f40d4104..c8d9caaabf 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# 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 164
+#define RUBY_PATCHLEVEL 165
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10