summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-07 16:15:35 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-07 16:15:35 +0200
commite8785f2c39de588883e505cc58c3dac1902c945c (patch)
tree38b367379a193f736d18857a85485f97b930c349 /src/version.c
parent3c04cc09cdbe1ceb6582d6179475017241edcb0c (diff)
downloadvim-git-e8785f2c39de588883e505cc58c3dac1902c945c.tar.gz
updated for version 7.4a.002v7.4a.002
Problem: Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (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 d5622106f..ade1bf528 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2,
+/**/
1,
/**/
0