commit | 5f1920ada24904a115232e01f28fc8a6cdd623af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 21:01:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 21:01:43 2019 +0100 |
tree | 91384e377fe613f758dfa46c9a7a6153871bb0d9 | |
parent | bfd34333302c0b0115ab2a9c995b5adbdb8f4ef8 [diff] [blame] |
patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
diff --git a/src/version.c b/src/version.c index b8e4cf2..b11a6c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2409, +/**/ 2408, /**/ 2407,