commit | 4cdbed33e467bdfed9aa90dc0f96642c91db32bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 15:02:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 15:02:47 2019 +0200 |
tree | 90bd18a0b24e4072b60e7ba7e9dfb4c9cf04a2a3 | |
parent | 1a4cbb19ded7ad6cb161f2797e0414032d1f9b5c [diff] [blame] |
patch 8.1.2138: including the build number in the Win32 binary is confusing Problem: Including the build number in the Win32 binary is confusing. Solution: Only use the patchlevel.
diff --git a/src/version.c b/src/version.c index a6a1398..9cb3a01 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2138, +/**/ 2137, /**/ 2136,