diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-29 19:03:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-29 19:03:21 +0100 |
commit | e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a (patch) | |
tree | e2f9ad47fd2735682c585744f783fbe0d48bb183 /src | |
parent | 36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8 (diff) | |
download | vim-e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a.zip |
patch 7.4.996
Problem: New GDK files and testdir/Make_all.mak missing from distribution.
PC build instructions are outdated.
Solution: Add the file to the list. Update PC build instructions.
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b438afa29..1df2b6aae 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 996, +/**/ 995, /**/ 994, |