summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 15:07:29 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 15:07:29 +0100
commit68dfcdf7251f8624e2ebf916466f4a6035597f41 (patch)
tree77d5fe6494b6807b33824f7caecd6ef4fb395b87 /src/version.c
parentb38e9ab4af90e54d80b3198b2a2ace503b966a28 (diff)
updated for version 7.3.375v7.3.375
Problem: Duplicate return statement. Solution: Remove the superfluous one. (Dominique Pelle)
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 0b8b1c04b2..e1dd495186 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 */
/**/
+ 375,
+/**/
374,
/**/
373,