diff src/version.c @ 3636:0e9b2622c94a v7.3.578

updated for version 7.3.578 Problem: Misplaced declaration. Solution: Move declaration to start of block.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 16:19:50 +0200
parents 286ba0251c0a
children 80ed6aa7b9eb
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 */
 /**/
+    578,
+/**/
     577,
 /**/
     576,