1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-07-15 14:14:30 +02:00
parent 1557b16dad
commit 0894e0d808
2 changed files with 6 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3164,
/**/
3163,
/**/