diff src/version.c @ 5407:7b760cda2bbf v7.4.054

updated for version 7.4.054 Problem: Reading past end of the 'stl' string. Solution: Don't increment pointer when already at the NUL. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 04:39:38 +0100
parents 733193bf24c3
children 38a755adc580
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    54,
+/**/
     53,
 /**/
     52,