commit | dabfde04fe974b444d08715178c619c99c2cdcd8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 12:37:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 12:37:27 2019 +0200 |
tree | e8b12bfeb503b70873b9e5866b13caf0762d6156 | |
parent | 0ebe12be86d9f79bfa833306a0302a68a0f4fc30 [diff] [blame] |
patch 8.1.1339: installer needs to product name et al. Problem: Installer needs to product name et al. Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 91ea914..8496767 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337,