diff src/version.c @ 16299:5b592d4eb23a

patch 8.1.1154: getting a newer msgfmt on Travis is too complicated commit https://github.com/vim/vim/commit/496555fd18219cb902d7683b3f08dd2e47cbdc1a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 20:14:56 2019 +0200 patch 8.1.1154: getting a newer msgfmt on Travis is too complicated Problem: Getting a newer msgfmt on Travis is too complicated. Solution: Use a "sourcline" entry. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4236)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 20:30:05 +0200
parents 200c012ac0d4
children f3d579f009d1
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 */
 /**/
+    1154,
+/**/
     1153,
 /**/
     1152,