diff src/version.c @ 4311:8e1d1da398b3 v7.3.905

updated for version 7.3.905 Problem: Crash when writing viminfo. (Ron Aaron) Solution: Prevent freed history info to be used.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 22:22:57 +0200
parents bdab73bf24a8
children ff1f3e42df08
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 */
 /**/
+    905,
+/**/
     904,
 /**/
     903,