diff src/version.c @ 4819:8c4324e6f477 v7.3.1156

updated for version 7.3.1156 Problem: Compiler warnings. (dv1445) Solution: Initialize variables, even when the value isn't really used.
author Bram Moolenaar <bram@vim.org>
date Sun, 09 Jun 2013 20:51:00 +0200
parents bf1e6326df11
children 2f1ee97f5f23
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 */
 /**/
+    1156,
+/**/
     1155,
 /**/
     1154,