commit | 1f47a287ee4f8b1d007dff878b23dd0cd6104f38 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Mon Jan 31 13:25:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 13:25:36 2022 +0000 |
tree | db05f9be13f756180abceafaeb9d26ae30a0d5f0 | |
parent | 672776dbe8427876ef4bfce84520712df87b6eb1 [diff] [blame] |
patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0 Problem: MS-Windows: cannot build with Ruby 3.1.0. Solution: Adjust the DLL name and include directory. (Ken Takata, closes #9666)
diff --git a/src/version.c b/src/version.c index a8db110..9173627 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4271, +/**/ 4270, /**/ 4269,