diff src/version.c @ 6361:6ad9facba57d v7.4.513

updated for version 7.4.513 Problem: Crash because reference count is wrong for list returned by getreg(). Solution: Increment the reference count. (Kimmy Lindvall)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Nov 2014 18:49:16 +0100
parents 9f9058aeba0d
children e6c5ff35500d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    513,
+/**/
     512,
 /**/
     511,