diff src/version.c @ 10108:7cb49e98d582 v7.4.2325

commit https://github.com/vim/vim/commit/30180b8dad5c1478e7920e56a71352cb318fadb0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 19:57:56 2016 +0200 patch 7.4.2325 Problem: Tiny build fails. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Sep 2016 20:00:08 +0200
parents 58e6dd1d8be3
children cfb38b57d407
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 */
 /**/
+    2325,
+/**/
     2324,
 /**/
     2323,