diff src/version.c @ 8364:991d8fd4d841 v7.4.1474

commit https://github.com/vim/vim/commit/5fac467474376a844407cecc0ff481510ead221c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 22:16:32 2016 +0100 patch 7.4.1474 Problem: Compiler warnings without the float feature. Solution: Move #ifdefs. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Mar 2016 22:30:05 +0100
parents a541dd5cfd3a
children 6099e8185045
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1474,
+/**/
     1473,
 /**/
     1472,