commit | 2b78ab5d0c91c229715ae140a34978506343bde3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 22:50:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 22:50:20 2019 +0200 |
tree | a03ffca1b4dc08b6c3d918be8162544321c07595 | |
parent | b40c2576d4e0e2dd2c580414c45947d88556d76d [diff] [blame] |
patch 8.1.2188: build error for missing define Problem: Build error for missing define. Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index c55af5a..f11a020 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2188, +/**/ 2187, /**/ 2186,