diff src/version.c @ 3520:b14842cf382b v7.3.521

updated for version 7.3.521 Problem: Using "z=" on a multi-byte character may cause a crash. Solution: Don't use strlen() on an int pointer.
author Bram Moolenaar <bram@vim.org>
date Fri, 18 May 2012 18:08:01 +0200
parents 7bafe52b6245
children e4899d2ff5d8
line wrap: on
line diff
--- 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 */
 /**/
+    521,
+/**/
     520,
 /**/
     519,