diff src/version.c @ 5072:cca600e60928 v7.3.1279

updated for version 7.3.1279 Problem: Compiler warning for variable uninitialized. (Tony Mechelynck) Solution: Add an init.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Jun 2013 22:43:27 +0200
parents cf52d2a8c05c
children 1cacf785299e
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 */
 /**/
+    1279,
+/**/
     1278,
 /**/
     1277,