diff src/version.c @ 4758:b25a1b2e3175 v7.3.1126

updated for version 7.3.1126 Problem: Compiler warning for unitialized variable. (Tony Mechelynck) Solution: Assign something to the variable.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 21:23:39 +0200
parents 96f3348f9f11
children 532a9855bd30
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 */
 /**/
+    1126,
+/**/
     1125,
 /**/
     1124,