summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-17 20:10:42 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-17 20:10:42 +0200
commitf8b055d1707375fa51c3050a9db682cbbfd49542 (patch)
treee7e9856ad897ee21fb186fe6278ccdf93320cf56 /src
parent56c860c315c517d304320e12bf7b5c1479546dae (diff)
patch 8.1.1876: proto file missing from distributionv8.1.1876
Problem: proto file missing from distribution Solution: Add the file.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2c02209f05..ed8cc6b4e7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1876,
+/**/
1875,
/**/
1874,