diff src/version.c @ 15533:08604d82fc9e v8.1.0774

patch 8.1.0774: VMS build is missing the blob file commit https://github.com/vim/vim/commit/05a2907cde00ac3ccff01c59978f174c020cc375 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 18 22:59:53 2019 +0100 patch 8.1.0774: VMS build is missing the blob file Problem: VMS build is missing the blob file. Solution: Add the blob file to the build rules. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Jan 2019 23:00:08 +0100
parents 959cf4c63b18
children 45a159f62dd0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    774,
+/**/
     773,
 /**/
     772,