diff src/version.c @ 12875:9aacdf8a2425 v8.0.1314

patch 8.0.1314: build fails on Mac commit https://github.com/vim/vim/commit/4ab9d9e9a41f441d7d96f51fec2213d412ea64e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 22:49:58 2017 +0100 patch 8.0.1314: build fails on Mac Problem: Build fails on Mac. (chdiza) Solution: Add #ifdef around GUI fields.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 23:00:05 +0100
parents 6bde43dc824c
children 5b3d0147711b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1314,
+/**/
     1313,
 /**/
     1312,