From 57700ee4acee9b7c7f165360f09c07ec9376d989 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Apr 2020 22:51:33 +0200 Subject: [PATCH] patch 8.2.0651: old style benchmark test still in list of distributed files Problem: Old style benchmark test still in list of distributed files. Solution: Remove the files from the list. --- Filelist | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Filelist b/Filelist index ff5994ba0..46f6774e7 100644 --- a/Filelist +++ b/Filelist @@ -183,8 +183,6 @@ SRC_ALL = \ src/testdir/python_after/*.py \ src/testdir/python_before/*.py \ src/testdir/pyxfile/*.py \ - src/testdir/bench*.in \ - src/testdir/bench*.vim \ src/testdir/dumps/*.dump \ src/testdir/samples/*.txt \ src/testdir/samples/test000 \ diff --git a/src/version.c b/src/version.c index d58ef8ac0..6542b37af 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 651, /**/ 650, /**/ -- 2.50.1