commit | 4270496716fe851213e03bea7bd4368cc01ff807 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 06 11:33:47 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 06 11:33:47 2015 +0200 |
tree | f9580827d4adc7614fd3e0b96692d9e3a9337506 | |
parent | 9c60161888277b84157441666cb59c813b1f85e3 [diff] [blame] |
patch 7.4.728 Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
diff --git a/src/version.c b/src/version.c index 8e47112..b469a6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 728, +/**/ 727, /**/ 726,