summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-06 23:49:50 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-06 23:49:50 +0200
commit40655d501649e0b73e12f940b56f462dee44e06c (patch)
treebe66d7aa8e4ca3a90b392c95fe753c3783884280 /src/version.c
parentc74fbfedfa2df384cca5f6763e2c9e5c0ca6d513 (diff)
patch 8.2.0525: Win32: typo in assignment and misplaced parenv8.2.0525
Problem: Win32: typo in assignment and misplaced paren. Solution: Fix the syntax.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ae61cf2a6b..40f5b145b9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 525,
+/**/
524,
/**/
523,