summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-11-05 17:04:18 +0100
committerBram Moolenaar <Bram@vim.org>2014-11-05 17:04:18 +0100
commitc3940c76e8248ea7f618b3f1716d754c8e981f35 (patch)
tree2a97df373da2b07a4676e50b0ea4aa898c5e0cb2 /src/version.c
parent32efaf6154071c21ff975429ae74e507b93311b1 (diff)
downloadvim-git-c3940c76e8248ea7f618b3f1716d754c8e981f35.tar.gz
updated for version 7.4.501v7.4.501
Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7f27975a4..3c48dc433 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 */
/**/
+ 501,
+/**/
500,
/**/
499,