changeset 3527:ae1641c4fbcc v7.3.524

updated for version 7.3.524 Problem: Missing comma. Solution: Add the comma.
author Bram Moolenaar <bram@vim.org>
date Fri, 18 May 2012 21:54:13 +0200
parents dd6c2497c997
children d915c19ad092
files src/version.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,7 +715,9 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
-    523
+    524,
+/**/
+    523,
 /**/
     522,
 /**/