diff src/version.c @ 5194:45b2278e6f46 v7.4a.023

updated for version 7.4a.023 Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Jul 2013 13:41:56 +0200
parents c28202427d71
children ba9a11fe2563
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    23,
+/**/
     22,
 /**/
     21,