summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2021-12-28 15:51:45 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-28 15:51:45 +0000
commit8bb3fe4d4dcd27c02e903f6772fdc8fe2e9eba70 (patch)
tree8580fd12601cf226570353cd10d9f2ab2e24abc5 /src/version.c
parentd9da86e94ea8dbaa056270a666892945c40a6674 (diff)
patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922
Problem: Cannot build with dynamic Ruby 3.1. Solution: Add "_EXTRA" variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 96359c11df..6c8bced722 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3922,
+/**/
3921,
/**/
3920,