comparison src/version.c @ 11832:dbce4b707386 v8.0.0796

patch 8.0.0796: no coverage on Travis with clang commit https://github.com/vim/vim/commit/d973bcb483088b69eb1aed3788476662fe6b77ef Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 18:01:58 2017 +0200 patch 8.0.0796: no coverage on Travis with clang Problem: No coverage on Travis with clang. Solution: Use a specific coveralls version. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/1888)
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 18:15:04 +0200
parents edc806552a60
children 0cfe4a07c2ad
comparison
equal deleted inserted replaced
11831:2454134c3a7a 11832:dbce4b707386
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 796,
772 /**/ 774 /**/
773 795, 775 795,
774 /**/ 776 /**/
775 794, 777 794,
776 /**/ 778 /**/