diff src/version.c @ 5743:bf1775553d3b v7.4.216

updated for version 7.4.216 Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 25 Mar 2014 13:46:26 +0100
parents f069a3a0f844
children 2f225a17c26b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    216,
+/**/
     215,
 /**/
     214,