commit | 2f14716c464bbbf1d6cabfb8e270eac0972e98d2 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Wed Apr 26 15:43:39 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 26 15:43:39 2023 +0100 |
tree | 88bf0be46f34780ebc4c1fcd53d6981c7dbe3af8 | |
parent | 35a2ec18d6560251e8164636bac6e21ea504648e [diff] [blame] |
patch 9.0.1489: crypt with libsodium is not tested on CI Problem: Crypt with libsodium is not tested on CI. Solution: Configure testing with libsodium. (Ozaki Kiichi, closes #12297)
diff --git a/src/version.c b/src/version.c index 99d839d..5aa2c12 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1489, +/**/ 1488, /**/ 1487,