commit | b335b29e1c3428fd475026412297d5aa63b623e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 18:34:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 18:34:57 2020 +0200 |
tree | d4c3db660721cdfb475fe7a10d04f72ca959a7cd | |
parent | 0a47e0970a0e5d99aa7089169e0bcca0401decce [diff] [blame] |
patch 8.2.1158: build error Problem: Build error. Solution: Add missing change to globals.
diff --git a/src/version.c b/src/version.c index a54d33b..587f299 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1158, +/**/ 1157, /**/ 1156,