commit | 8bb3fe4d4dcd27c02e903f6772fdc8fe2e9eba70 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Tue Dec 28 15:51:45 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 15:51:45 2021 +0000 |
tree | 8580fd12601cf226570353cd10d9f2ab2e24abc5 | |
parent | d9da86e94ea8dbaa056270a666892945c40a6674 [diff] [blame] |
patch 8.2.3922: cannot build with dynamic Ruby 3.1 Problem: Cannot build with dynamic Ruby 3.1. Solution: Add "_EXTRA" variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)
diff --git a/src/version.c b/src/version.c index 96359c1..6c8bced 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3922, +/**/ 3921, /**/ 3920,