diff src/version.c @ 3522:e4899d2ff5d8 v7.3.522

updated for version 7.3.522 Problem: Crash in vim_realloc() when using MEM_PROFILE. Solution: Avoid using a NULL argument. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 18 May 2012 18:34:19 +0200
parents b14842cf382b
children d8ce4a2eb44e
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 */
 /**/
+    522,
+/**/
     521,
 /**/
     520,