diff src/version.c @ 10036:ab6320d74331 v7.4.2290

commit https://github.com/vim/vim/commit/7f7bd297d6d989254f71c694f1c72d07cbc5c306 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 21:21:31 2016 +0200 patch 7.4.2290 Problem: Compiler warning in tiny build. (Tony Mechelynck) Solution: Add #ifdef around infinity_str().
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 21:30:07 +0200
parents 0b57c032e9b0
children 7cf4e210cf3c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2290,
+/**/
     2289,
 /**/
     2288,