Skip to content

Commit 92c23d8

Browse files
committed
patch 7.4.1028
Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
1 parent 89b24fc commit 92c23d8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ SRC_DOS = \
355355
src/xxd/Make_ming.mak \
356356
src/xxd/Make_mvc.mak \
357357
nsis/gvim.nsi \
358+
nsis/gvim_version.nsh \
358359
nsis/README.txt \
359360
uninstal.txt \
360361
src/VisVim/Commands.cpp \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1028,
744746
/**/
745747
1027,
746748
/**/

0 commit comments

Comments
 (0)