summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-05-18 21:54:13 +0200
committerBram Moolenaar <Bram@vim.org>2012-05-18 21:54:13 +0200
commit1763969e5cffc506a4966de9082eb0d7864c6427 (patch)
tree91c4401a57cb17dd35c77cbf6f308983dc54e3cf
parent8e52a593765172de0f4d98a849d6d89d024b971e (diff)
updated for version 7.3.524v7.3.524
Problem: Missing comma. Solution: Add the comma.
-rw-r--r--src/version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 82672b1d18..6878ef2a1d 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,
/**/