commit | d8df304c59040ef6689a1e4af1dac27ce566909e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 16:18:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 16:18:46 2020 +0200 |
tree | 7667cd9556fac286f02ec645ba9b4d66879edb35 | |
parent | 439c036ed062de1c87cc7e3fe050a9569fb12089 [diff] [blame] |
patch 8.2.0914: MS-Windows: cannot specify a "modified by" text Problem: MS-Windows: cannot specify a "modified by" text. Solution: Add MODIFIED_BY in the MSVC build file. (Chen Lei, closes #1275)
diff --git a/src/version.c b/src/version.c index 2b9bd77..7a4afff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 914, +/**/ 913, /**/ 912,