commit | 852ea366d6432e719ffdd95e9fb7d49a9a960187 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 21:32:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 21:32:49 2020 +0200 |
tree | a43d7fb527b0f67ad203320c6898638c8c78bb9c | |
parent | 442a85369f3eb9834dbab42add45f7c4106700f4 [diff] [blame] |
patch 8.2.0903: comparing WINVER does not work correctly Problem: comparing WINVER does not work correctly. Solution: Use arithmethic expansion. (Ozaki Kiichi, closes #6197)
diff --git a/src/version.c b/src/version.c index bb18367..399886e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 903, +/**/ 902, /**/ 901,