summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-13 22:41:42 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-13 22:41:42 +0100
commit84be8b66604ef28c0e249284da3c6f0cab1c25ae (patch)
tree340174e1cd4470c69c6bb0a715799045dfcab1e4 /src/version.c
parent26a280c47a1c6e32cdced79032dc495c60710d0d (diff)
downloadvim-git-84be8b66604ef28c0e249284da3c6f0cab1c25ae.tar.gz
patch 8.0.0456: typo in MinGW test makefilev8.0.0456
Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4f0066bf8..56c66b551 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 456,
+/**/
455,
/**/
454,