commit | 90478f35a8c78e2e10a4b4a8f135998dc04c91fa | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Mon Jun 14 15:08:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 15:08:30 2021 +0200 |
tree | a0029e80520ea90fcdaff3b75361d535a9f0a52e | |
parent | 2d6d718dde7163c971d37b8f4f1ed8f2d25de130 [diff] [blame] |
patch 8.2.2995: linker errors with dynamic Python 3.10 Problem: Linker errors with dynamic Python 3.10. Solution: Add a couple of library entries. (Zdenek Dohnal, closes #8381, closes #8356)
diff --git a/src/version.c b/src/version.c index 58bd420..b146efb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2995, +/**/ 2994, /**/ 2993,