summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-20 12:40:08 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-20 12:40:08 +0200
commitdc7e85ee5d29bd65681ff61b37d8e8cd38c22330 (patch)
tree22043a6b6d81ee8f7f86bcd5fa5bb6700c5b510d /src/version.c
parent9e931224db8f8843ddc778307984dbe37ebde47c (diff)
downloadvim-git-dc7e85ee5d29bd65681ff61b37d8e8cd38c22330.tar.gz
updated for version 7.3.558v7.3.558
Problem: Memory access error. (Gary Johnson) 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 bfa3be2c1..2378abb40 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 */
/**/
+ 558,
+/**/
557,
/**/
556,