diff src/version.c @ 7328:6679f41bddea v7.4.969

commit https://github.com/vim/vim/commit/35be4534c029148a89ccc41e8e465d793e7ed7c2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 11 22:38:36 2015 +0100 patch 7.4.969 Problem: Compiler warnings on Windowx x64 build. Solution: Add type casts. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Dec 2015 22:45:05 +0100
parents d4e1c1705137
children 8ab712f2c3b8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    969,
+/**/
     968,
 /**/
     967,