diff src/version.c @ 15215:d99d068b996b v8.1.0617

patch 8.1.0617: NSIS installer gets two files from the wrong directory commit https://github.com/vim/vim/commit/1916673a1696eab66516c3f96bec1f2e4b92f761 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 17:59:33 2018 +0100 patch 8.1.0617: NSIS installer gets two files from the wrong directory Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 18:00:06 +0100
parents c0eb9a74f73d
children 49bc670c3ee9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    617,
+/**/
     616,
 /**/
     615,