diff src/version.c @ 14315:17ade2ec0616 v8.1.0173

patch 8.1.0173: compiler warning on MS-Windows commit https://github.com/vim/vim/commit/6259e5769dd50d8a3b5b99f553bab34ff5c8a6ce Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 9 20:39:17 2018 +0200 patch 8.1.0173: compiler warning on MS-Windows Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Mon, 09 Jul 2018 20:45:06 +0200
parents 37ed47b58f54
children 1bc96dbb5498
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    173,
+/**/
     172,
 /**/
     171,