diff src/version.c @ 4309:bdab73bf24a8 v7.3.904

updated for version 7.3.904 Problem: Using memory freed by the garbage collector. Solution: Mark items in aucmd_win as used.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 18:25:59 +0200
parents 166b3df562ea
children 8e1d1da398b3
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 */
 /**/
+    904,
+/**/
     903,
 /**/
     902,