diff src/version.c @ 11138:003e7ade488f v8.0.0456

patch 8.0.0456: typo in MinGW test makefile commit https://github.com/vim/vim/commit/84be8b66604ef28c0e249284da3c6f0cab1c25ae Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 13 22:41:42 2017 +0100 patch 8.0.0456: typo in MinGW test makefile Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Mar 2017 22:45:04 +0100
parents 95c646fd8d9b
children 6b26e044b6f5
line wrap: on
line diff
--- 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,