diff src/version.c @ 19777:b245e974d42c v8.2.0445

patch 8.2.0445: png and xpm files not in MS-Windows zip file Commit: https://github.com/vim/vim/commit/f66ca9f1df535c8042292ce20f4260cafc877670 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 20:17:00 2020 +0100 patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 20:30:04 +0100
parents 42e4083429a7
children f3162c3ed128
line wrap: on
line diff
--- 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 */
 /**/
+    445,
+/**/
     444,
 /**/
     443,