diff src/version.c @ 3624:3ae387af405f v7.3.572

updated for version 7.3.572 Problem: Duplicate statement in if and else. (Dominique Pelle) Solution: Remove the condition and add a TODO.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 13:19:27 +0200
parents 43fd3896fab7
children 802b1a1b275f
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 */
 /**/
+    572,
+/**/
     571,
 /**/
     570,