diff src/version.c @ 8110:d1974721ddc5 v7.4.1349

commit https://github.com/vim/vim/commit/74a97b1ea0fe2c729e26718d0eec4164c8bed151 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 21:19:21 2016 +0100 patch 7.4.1349 Problem: And some more MingW compiler warnings. (Cesar Romani) Solution: Add type casts.
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 21:30:04 +0100
parents 50515f2e81d1
children a62ff5ff60c1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1349,
+/**/
     1348,
 /**/
     1347,