diff src/version.c @ 10490:8f2191b56d52 v8.0.0138

commit https://github.com/vim/vim/commit/b094ff4b2be4d8b7364c566a1cc7e27aa4452a50 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 16:16:39 2017 +0100 patch 8.0.0138 Problem: Small build fails. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jan 2017 16:30:03 +0100
parents 89200fa1d174
children b2cd5a71f4bb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    138,
+/**/
     137,
 /**/
     136,