ruby-changes:74199
From: nagachika <ko1@a...>
Date: Fri, 21 Oct 2022 23:27:40 +0900 (JST)
Subject: [ruby-changes:74199] 45d92966be (ruby_3_1): Revert "merge revision(s) b9083c206aa02a824970e809d66607dd2c1a90f1:"
https://git.ruby-lang.org/ruby.git/commit/?id=45d92966be From 45d92966becb5332f3ccd001842688b62ab5a441 Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> Date: Fri, 21 Oct 2022 23:25:42 +0900 Subject: Revert "merge revision(s) b9083c206aa02a824970e809d66607dd2c1a90f1:" This reverts commit 97e50a056e795f6551cae2f07a9996f4adf73a1f. --- .github/workflows/windows.yml | 7 ------- version.h | 2 +- 2 files changed, 1 insertion(+), 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L55 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 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L11 # 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 -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/