summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-29 19:03:21 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-29 19:03:21 +0100
commite292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a (patch)
treee2f9ad47fd2735682c585744f783fbe0d48bb183 /src
parent36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8 (diff)
downloadvim-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.c2
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,