diff src/version.c @ 5110:dafd77a15d44 v7.3.1298

updated for version 7.3.1298 Problem: Crash. Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 17:51:17 +0200
parents cb0a5c9c0f9b
children f063be86b632
line wrap: on
line diff
--- 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 */
 /**/
+    1298,
+/**/
     1297,
 /**/
     1296,