commit | cf6ad8ea8cff318877758b48d3786ab08251ab89 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Feb 13 13:11:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 13:11:32 2022 +0000 |
tree | 733ea8da156a2795f80ad253f5c40d8cd0613b87 | |
parent | f7fbeed0ac8e694a6865cab26b82caeea0870966 [diff] [blame] |
patch 8.2.4370: MS-Windows: libsodium.dll not included with the installer Problem: MS-Windows: libsodium.dll not included with the installer. Solution: Add the file to the installer if it exists. (Christian Brabandt, closes #9762)
diff --git a/src/version.c b/src/version.c index 3c67682..b7fbbbd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4370, +/**/ 4369, /**/ 4368,