summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-10 22:31:31 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-10 22:31:31 +0100
commit309cbc3840045f246b0b858e4013b2ed170c1c46 (patch)
tree444a8af743a57189600e46844c13b740c0c29f12 /src/version.c
parent70b2a56d5a8fd54f3d0707fa77dea86a4bd8195f (diff)
updated for version 7.3.401v7.3.401
Problem: A couple more shadowed variables. Solution: Rename the variables.
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 fbafa054d8..4169c3ef05 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 401,
+/**/
400,
/**/
399,