commit | 0894e0d8087aad4d467fd7b3d87b1930fe661916 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 14:14:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 14:14:30 2021 +0200 |
tree | 81ccea5a23e84d667bd234bff781f1ea05363f8f | |
parent | 1557b16dad2b1a3466a93d015575cd7fdb4661c9 [diff] [blame] |
patch 8.2.3164: MS-Windows: reported version lacks patchlevel Problem: MS-Windows: reported version lacks patchlevel, causing some update tools to update too often. (Klaus Frank) Solution: Add the patchlevel to the version. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index edf5306..9d355c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3164, +/**/ 3163, /**/ 3162,