diff src/version.c @ 2623:bc3f88ca060d v7.3.045

updated for version 7.3.045 Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable always.
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Oct 2010 17:39:05 +0200
parents b2cfe84c96cc
children bfd69bfb4149
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    45,
+/**/
     44,
 /**/
     43,