commit | 9d591525a5d7a693aa47b4a87c5f53c503500c1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:49:42 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:49:42 2019 +0200 |
tree | b60633816ee609b0985520c5e8f4fe9bd34c96ae | |
parent | 35d5af6c0b618aef9ca87b05b2e184934e47d916 [diff] |
patch 8.1.1404: cannot change the patch level when building with NSIS Problem: Cannot change the patch level when building with NSIS. Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4dbff0b..2b869f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1404, +/**/ 1403, /**/ 1402,