diff src/version.c @ 6357:7623d953d3bc v7.4.511

updated for version 7.4.511 Problem: Generating proto for if_ruby.c uses type not defined elsewhere. Solution: Do not generate a prototype for rb_gc_writebarrier_unprotect_promoted()
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Nov 2014 16:05:04 +0100
parents 05850b74218b
children 9f9058aeba0d
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 */
 /**/
+    511,
+/**/
     510,
 /**/
     509,