commit | 91ffda9852916004c9f318cd01b2f90751329bad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 13:52:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 13:52:14 2017 +0100 |
tree | 6b920a58d72699afe4ae9cc41e5ac9d80aab568a | |
parent | 6e77df2d8555ade4470e566011603ae40f1f0f3a [diff] [blame] |
patch 8.0.1327: new proto file missing from distribution Problem: New proto file missing from distribution. Solution: Add it. (closes #2355)
diff --git a/src/version.c b/src/version.c index 7a7358d..9df29eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1327, +/**/ 1326, /**/ 1325,