From 1763969e5cffc506a4966de9082eb0d7864c6427 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 May 2012 21:54:13 +0200 Subject: [PATCH] updated for version 7.3.524 Problem: Missing comma. Solution: Add the comma. --- src/version.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/version.c b/src/version.c index 82672b1d1..6878ef2a1 100644 --- 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, /**/ -- 2.40.0