commit | 84be8b66604ef28c0e249284da3c6f0cab1c25ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 22:41:42 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 22:41:42 2017 +0100 |
tree | 340174e1cd4470c69c6bb0a715799045dfcab1e4 | |
parent | 26a280c47a1c6e32cdced79032dc495c60710d0d [diff] [blame] |
patch 8.0.0456: typo in MinGW test makefile Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
diff --git a/src/version.c b/src/version.c index 4f0066b..56c66b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 456, +/**/ 455, /**/ 454,